forked from googleapis/java-bigquery
-
Notifications
You must be signed in to change notification settings - Fork 0
ENG-686: update from main repo #7
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ryconnection-v1 to v2.57.0 (googleapis#3617)
…connection to v2.57.0 (googleapis#3616)
…oogleapis#3602) * feat(bigquery): support IAM conditions in datasets in Java client. * Fix formatting * Account for possible null condition field in Acl. * Add toString() method to Acl.Expr object. Use service account in integration test instead of hardcoded personal account. Change Database API calls to only have one branch, toggling only the access policy version in a conditional. * Change Acl.User to be default google credentials in IT test * fix formatting * Add Acl.Expr builder. Fix review nits. * fix formatting
…to v2-rev20241222-2.0.0 (googleapis#3623)
…#3627) * fix: NPE when reading BigQueryResultSet from empty tables * Add unittests
…connection to v2.58.0 (googleapis#3630)
…ryconnection-v1 to v2.58.0 (googleapis#3631)
…storage-bom to v3.11.1 (googleapis#3636)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
) * 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
* Shutdown bqReadClient after high throughput read * Code formatted to google-java-format
…to v2-rev20250112-2.0.0 (googleapis#3651)
Squash and merge
Squash and merge
Squash and merge
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
…storage-bom to v3.17.2 (googleapis#3975)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
…storage-bom to v3.17.3 (googleapis#3983)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
…to v2-rev20251012-2.0.0 (googleapis#3923)
…3995) * feat: new queryNoWait method * Rename method to queryWithTimeout * rename to queryWithTimeout() * lint * lint * add tests * Update clirr ignore
…ogleapis#3999) * chore: grant write access to @googleapis/cloud-java-team-teamsync * Update CODEOWNERS to simplify ownership rules Removed specific ownership for handwritten Java libraries.
…storage-bom to v3.18.0 (googleapis#3998) Co-authored-by: Diego Marquez <diegomarquezp@google.com>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
# Conflicts: # benchmark/pom.xml # google-cloud-bigquery-bom/pom.xml # google-cloud-bigquery/pom.xml # pom.xml # samples/native-image-sample/pom.xml # samples/snapshot/pom.xml
tesluk
approved these changes
Nov 19, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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> ☕️
If you write sample code, please follow the samples format.