googleapis / python-bigquery

Apache License 2.0
746 stars 306 forks source link

fix: avoid blocking in download thread when using BQ Storage API #2034

Open kien-truong opened 1 month ago

kien-truong commented 1 month ago

This prevents a deadlock between the main thead and download threads when the threadpool is shutdown prematurely.

Fixes #2032 🦕

kien-truong commented 3 weeks ago

Just dropping by to see if there's any concerns about this PR.