Comparing v2.46.0...v2.47.0 · googleapis/java-bigquery
This repository was archived by the owner on Mar 23, 2026. It is now read-only.
- 12 commits
- 23 files changed
- 4 contributors
Commits on Jan 14, 2025
Commits on Jan 15, 2025
-
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
Commits on Jan 28, 2025