Skip to content

Commit 788d718

Browse files
fix deadlock
1 parent 8dfc803 commit 788d718

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

databricks/sdk/mixins/files.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1409,7 +1409,6 @@ def _parallel_multipart_upload_from_file(
14091409
worker.start()
14101410

14111411
# Wait for all tasks to be processed.
1412-
task_queue.join()
14131412
for worker in workers:
14141413
worker.join()
14151414

0 commit comments

Comments
 (0)