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
fix(bigquery): Remove ReadAPI bypass in executeSelect() (#3624)
* fix(bigquery): Remove ReadAPI bypass in executeSelect() for fast query requests.
* Enable fast query and read API.
Move readAPI condition check from getExecuteSelectResponse() to
queryRpc(). This allows fast query to be used with ReadAPI.
* Check for null for fast query results.getTotalRows()
* Remove test file.
* Add internal query state to keep track of ReadAPI usage.
A Boolean field is added to keep track of whether or not the high
throughput ReadAPI is used. This is mostly for testing to avoid
another regression in the future.
* Move tests into IT test file
* Fix formatting changes. Again :/
* Add VisibleForTesting Annotation
0 commit comments