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.
2 parents 2cd802e + 806e5f5 commit 0475abfCopy full SHA for 0475abf
src/databricks/sql/backend/sea/queue.py
@@ -362,7 +362,7 @@ def __init__(
362
# Track the current chunk we're processing
363
self._current_chunk_index = 0
364
365
- self.link_fetcher = None
+ self.link_fetcher = None # for empty responses, we do not need a link fetcher
366
if total_chunk_count > 0:
367
self.link_fetcher = LinkFetcher(
368
download_manager=self.download_manager,
0 commit comments