Skip to content

Commit ade7054

Browse files
Merge branch 'less-defensive-download' into sea-link-expiry
2 parents 63deb04 + cd8389f commit ade7054

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/databricks/sql/cloudfetch/download_manager.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ def get_next_downloaded_file(self, next_row_offset: int) -> DownloadedFile:
9090
# Make sure the download queue is always full
9191
self._schedule_downloads()
9292

93-
# No more files to download from this batch of links
9493
while len(self._download_tasks) == 0:
9594
if self._thread_pool._shutdown:
9695
raise Error("download manager shut down before file was ready")

0 commit comments

Comments
 (0)