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 7c360d1 commit 6b1b972Copy full SHA for 6b1b972
src/databricks/sql/backend/sea/queue.py
@@ -369,6 +369,7 @@ def _create_next_table(self) -> Union["pyarrow.Table", None]:
369
chunk_link = self.link_fetcher.get_chunk_link(self._current_chunk_index)
370
371
row_offset = chunk_link.row_offset
372
+ # NOTE: link has already been submitted to download manager at this point
373
arrow_table = self._create_table_at_offset(row_offset)
374
375
self._current_chunk_index += 1
0 commit comments