We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3a8a4a commit ea79bc8Copy full SHA for ea79bc8
src/databricks/sql/cloud_fetch_queue.py
@@ -351,10 +351,6 @@ def __init__(
351
352
def _convert_to_thrift_link(self, link: "ExternalLink") -> TSparkArrowResultLink:
353
"""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
-
358
logger.debug(
359
"SeaCloudFetchQueue: Converting link to Thrift format".format(link)
360
)
0 commit comments