chore: migrate java-bigquery to monorepo#12059
Merged
Conversation
…ava6 to v1.39.0 (#3710)
…etty to v1.39.0 (#3711)
* Implement getArray in BigQueryResultImpl * deps: update dependency com.google.apis:google-api-services-bigquery to v2-rev20250216-2.0.0 (#3688) * build(deps): update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.14.0 (#3689) * deps: update ossf/scorecard-action action to v2.4.1 (#3690) * deps: update actions/upload-artifact action to v4.6.1 (#3691) * Remove public from BigQueryResultSet class def * Remove INTEGER_ARRAY_FIELD_LIST from IT test file * Add ReadApi IT test * Try old IT test values * Convert Time objects to strings for comparison * Fix Formatting --------- Co-authored-by: Mend Renovate <bot@renovateapp.com>
#3715) * deps: exclude io.netty:netty-common from org.apache.arrow:arrow-memory-netty * use dep version override instead of exclusion * use dep version override instead of exclusion * ignoredUnusedDeclaredDependencies
* fix: retry ExceptionHandler not retrying on IOException due to exception translation * fix: retry ExceptionHandler not retrying on IOException due to exception translation * fix: retry ExceptionHandler not retrying on IOException due to exception translation * fix: retry ExceptionHandler not retrying on IOException due to exception translation * fix: retry ExceptionHandler not retrying on IOException due to exception translation * cast to HttpBigQueryRpc * cast to HttpBigQueryRpc * fix BigQueryRpc mocks in unit tests * fix clirr check and format * fix clirr * fix clirr * refactor HttpBigQueryRpc.write * refactor HttpBigQueryRpc.write * refactor ConnectionImpl HttpBigQueryRpc call * refactor ConnectionImpl HttpBigQueryRpc call * refactor create table * refactor create table * refactor BigQueryImpl * refactor ConnectionImpl * add missing unit test for BigQueryImpl deleteJob * add tests to validate retry on BIGQUERY_EXCEPTION_HANDLER * handle exception wrapping/unwrapping with new methods * update runWithRetries to use BigQuery ruWithRetries to correctly handle thrown IOExceptions * fix unit test * add unit tests for retry in TableDataWriteChannel * remove unnecessary null check * fix unit test where null is returned in mocks causing errors
…to v2-rev20250302-2.0.0 (#3720)
…to v2-rev20250313-2.0.0 (#3723)
…storage-bom to v3.12.0 (#3728)
…ryconnection-v1 to v2.62.0 (#3726)
…connection to v2.62.0 (#3725)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Fixes: b/404966938.
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
… to v2.57.1 (#3740)
* chore: replace old partner teams with new ones (Wave 2) b/478003109
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
…perties (#4107) * feat(jdbc): enforce strict JDBC URL parsing and validation * feat(jdbc): sync DataSource properties with BigQueryConnection * test: update tests for strict parsing * chore: fix failing tests * chore: throw original `BigQueryJdbcRuntimeException` * chore: add url encoding to appendProperties to prevent injection vulnerabilites * chore: refactor `parseAndRemovePartnerTokenProperty()` * fix: use "ProjectId" instead of "Project_Id" in tests * chore: add error message sanitization * chore: address pr feedback * fix: regex for partnerToken * chore: use `Joiner` and copy of map when setting properties
…storage-bom to v3.22.0 (#4117) Co-authored-by: Lawrence Qiu <lawrenceqiu@google.com>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
* chore: Disable testRoutineRemoteUDF test * chore: Add check for null connection * chore: Add check for null client
* chore: Fix short query tests * chore: Use global otel instance for test * chore: Refactor to account for null and invalid server mappings * chore: Default to UNKNOWN enum * chore: Fix nullable annotations * chore: Update class comment * chore: Move test into the correct package * chore: Fix test issues
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
…` and `DataSource` (#4116)
14ba5c5 to
be8edf0
Compare
blakeli0
reviewed
Mar 9, 2026
be8edf0 to
b9de9dd
Compare
lqiu96
approved these changes
Mar 9, 2026
Member
Author
|
The GraalVM failure is from a flaky test: |
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
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.
suztomo@suztomo:~/migration-work/google-cloud-java$ INTEGRATION_TEST_ARGS='-pl !google-cloud-bigquery-jdbc' TEST_WITH_EXISTING=true SKIP_TESTS=true SQUASH_COMMITS=true SOURCE_REPO_URL=https://github.com/googleapis/java-bigquery ./monorepo-migration/migrate.shand hand-picked infrastructure changes from #11977.