chore: migrate java-bigquery to monorepo#12019
Conversation
…ryconnection-v1 to v2.61.0 (#3703)
…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>
…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
7f3c89a to
9d59d3b
Compare
…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>
5eecc97 to
ca53ffb
Compare
|
Note for myself: #12034 is about https://github.com/googleapis/google-cloud-java/actions/runs/22732700304/job/65925748123?pr=12019 failing with these errors: |
|
Next error: https://github.com/googleapis/google-cloud-java/actions/runs/22737730633/job/65943374908?pr=12019 This error occurs because the benchmark module is specified as a child module only when the benchmark profile is on. java-bigquery/pom.xml: |
|
"Kokoro - Test: Logging Integration" showing bigquery is strange |
|
java-bigquery ci / lint (pull_request) failed: It's BASE_SHA. |
953d240 to
2f17901
Compare
|
All checks passed (except the CLA that says there are too many commits.). |
|
|
Now the bigquery integration test succeeded. It was flaky. This pull request no longer modifies the logging integration tests. |
1b59c04 to
febfbe0
Compare
INTEGRATION_TEST_ARGS='-pl !google-cloud-bigquery-jdbc' TEST_WITH_EXISTING=true SKIP_TESTS=true SOURCE_REPO_URL=https://github.com/googleapis/java-bigquery ./monorepo-migration/migrate.shBlocked by #12034