You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow fetching more than the first page when max_results is set. (googleapis#3845)
* BigQuery: reproduce error fetching multiple results with DB-API.
Add a system test to call `fetchall()` when multiple rows are expected.
* BigQuery: system test to reproduce error of only fetching first page.
This error applies to all BigQuery iterators, not just DB-API.
* BigQuery: allow arraysize to be set after execute()
It was allowed before, but it didn't result in the correct behavior.
* max_results in BigQuery API had a different meaning from HTTPIterator.
In BigQuery it means the page size, but the HTTPIterator it meant "don't
fetch any more pages once you have these many rows."
* Fix lint errors
0 commit comments