Skip to content

Commit 0475abf

Browse files
Merge branch 'sea-migration' into sea-link-expiry
2 parents 2cd802e + 806e5f5 commit 0475abf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/databricks/sql/backend/sea/queue.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ def __init__(
362362
# Track the current chunk we're processing
363363
self._current_chunk_index = 0
364364

365-
self.link_fetcher = None
365+
self.link_fetcher = None # for empty responses, we do not need a link fetcher
366366
if total_chunk_count > 0:
367367
self.link_fetcher = LinkFetcher(
368368
download_manager=self.download_manager,

0 commit comments

Comments
 (0)