Skip to content

Commit 6b1b972

Browse files
clarify that link has already been submitted on getting row_offset
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
1 parent 7c360d1 commit 6b1b972

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,7 @@ def _create_next_table(self) -> Union["pyarrow.Table", None]:
369369
chunk_link = self.link_fetcher.get_chunk_link(self._current_chunk_index)
370370

371371
row_offset = chunk_link.row_offset
372+
# NOTE: link has already been submitted to download manager at this point
372373
arrow_table = self._create_table_at_offset(row_offset)
373374

374375
self._current_chunk_index += 1

0 commit comments

Comments
 (0)