Skip to content

Commit ea79bc8

Browse files
remove redundant log
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
1 parent a3a8a4a commit ea79bc8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/databricks/sql/cloud_fetch_queue.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -351,10 +351,6 @@ def __init__(
351351

352352
def _convert_to_thrift_link(self, link: "ExternalLink") -> TSparkArrowResultLink:
353353
"""Convert SEA external links to Thrift format for compatibility with existing download manager."""
354-
if not link:
355-
logger.debug("SeaCloudFetchQueue: No link to convert to Thrift format")
356-
return None
357-
358354
logger.debug(
359355
"SeaCloudFetchQueue: Converting link to Thrift format".format(link)
360356
)

0 commit comments

Comments
 (0)