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
BigQuery: Change the default value of Cursor instances' arraysize attribute to None (googleapis#9199)
* Add performance note to fetchall() docs
* Set default cursor arraysize to None
Let the backend pick the most appropriate size automatically, instead
of enforcing the size of 1 on it (despite thise being a deviation from
PEP 249).
0 commit comments