We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 63deb04 + cd8389f commit ade7054Copy full SHA for ade7054
1 file changed
src/databricks/sql/cloudfetch/download_manager.py
@@ -90,7 +90,6 @@ def get_next_downloaded_file(self, next_row_offset: int) -> DownloadedFile:
90
# Make sure the download queue is always full
91
self._schedule_downloads()
92
93
- # No more files to download from this batch of links
94
while len(self._download_tasks) == 0:
95
if self._thread_pool._shutdown:
96
raise Error("download manager shut down before file was ready")
0 commit comments