- Notifications
You must be signed in to change notification settings - Fork321
fix: table iterator should not use bqstorage when page_size is not None#2154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
0cc6e45 to966cd28Compare
tswast left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Thanks!
tswast commentedApr 3, 2025
Looks like two tests are failing: I think we need to remove this logic: python-bigquery/google/cloud/bigquery/dbapi/cursor.py Lines 380 to 384 in77d7173
Page size of 1 is going to be super slow, so I don't think we should be setting that if people explicitly request "None" as the page size. |
966cd28 to33709b1Comparee89a707 intomainUh oh!
There was an error while loading.Please reload this page.
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
Fixes #<issue_number_goes_here> 🦕