Skip to content

Commit fba1812

Browse files
remove duplicate download_manager init
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
1 parent 480528e commit fba1812

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -285,13 +285,6 @@ def __init__(
285285

286286
self.current_chunk_index = 0
287287

288-
self.download_manager = ResultFileDownloadManager(
289-
links=[],
290-
max_download_threads=max_download_threads,
291-
lz4_compressed=lz4_compressed,
292-
ssl_options=ssl_options,
293-
)
294-
295288
self.link_fetcher = LinkFetcher(
296289
download_manager=self.download_manager,
297290
backend=self._sea_client,

0 commit comments

Comments
 (0)