chore: migrate java-bigquery to monorepo#12019
Draft
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>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
* chore: add readme for `google-cloud-bigquery-jdbc` * chore: address gemini review comments * lint: fix typos * chore: address pr comments and refine readme content * refactor: address PR review feedback * chore: update jar name gs location --------- Co-authored-by: Kirill Logachev <kirl@google.com>
* feat(jdbc): enable gRPC Keep-Alive for Storage Read API * test(jdbc): add unit test for gRPC Keep-Alive configuration * chore: fix dependency * fix: unit tests * fix: use `java.time.Duration` instead of `threetenbp`
* feat(jdbc): add `RequestReason` connection property * test: add unit test for `RequestReason` connection property * Update google-cloud-bigquery-jdbc/src/main/java/com/google/cloud/bigquery/jdbc/BigQueryConnection.java Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> * chore: use `HeaderProvider` instead of lambda * test: add unit test for verifying header in connection --------- Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
* feat(jdbc): add HttpTransportOptions timeout configurations * chore: add unit tests for HttpTransportOptions timeout configurations * chore: address gemini pr review comments * chore: remove setting default value * fix: merge conflict
…fig to v3.56.1 (#4095) Co-authored-by: Jin Seop Kim <jinseop@google.com>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Jin Seop Kim <jinseop@google.com>
* feat(jdbc): add retry mechanism for Arrow result streams * chore: fix logging and address gemini review comments * chore: remove extra log * fix: retry for specific exceptions * chore: address gemini feedback * chore: address pr review feedback * refactor: retry connection for arrow and json * chore: add fix for silent truncation * chore: remove redundant exception thrown * chore: change log levels * chore: remove retry from json api * fix: add exceptions throwing to not swallow errors * chore: refactor try-catch blocks by using `Uninterruptibles`
…se_please_versions.sh
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.
No description provided.