-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Respect
progress_bar_type
in to_dataframe
when used with BQ Stora…
…ge API (#7697) * fix: `to_dataframe` respects `progress_bar_type` with BQ Storage API * Add unit test for progress bar. * Add test for full queue. * Add worker queue for progress bar to prevent lost tqdm updates. The worker queue runs in a background thread, so it's more likely to be able to keep up with the other workers that are adding to the worker queue. * Test that progress bar updates more than once.
- Loading branch information
Showing
2 changed files
with
200 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters