feat: add JSON type support#1799
Merged
gcf-merge-on-green[bot] merged 6 commits intogoogleapis:mainfrom Jan 27, 2022
Merged
Conversation
nageshs
reviewed
Jan 19, 2022
google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/QueryParameterValue.java
Show resolved
Hide resolved
nageshs
reviewed
Jan 19, 2022
google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/QueryParameterValue.java
Outdated
Show resolved
Hide resolved
google-cloud-bigquery/src/test/java/com/google/cloud/bigquery/it/ITBigQueryTest.java
Outdated
Show resolved
Hide resolved
google-cloud-bigquery/src/test/java/com/google/cloud/bigquery/it/ITBigQueryTest.java
Outdated
Show resolved
Hide resolved
google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/QueryParameterValue.java
Outdated
Show resolved
Hide resolved
tswast
reviewed
Jan 19, 2022
google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/QueryParameterValue.java
Outdated
Show resolved
Hide resolved
nageshs
approved these changes
Jan 26, 2022
google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/QueryParameterValue.java
Outdated
Show resolved
Hide resolved
tswast
requested changes
Jan 27, 2022
Contributor
tswast
left a comment
There was a problem hiding this comment.
Structure LGTM, but I have some worries about the new dependency.
google-cloud-bigquery/src/test/java/com/google/cloud/bigquery/it/ITBigQueryTest.java
Show resolved
Hide resolved
tswast
approved these changes
Jan 27, 2022
gcf-merge-on-green bot
pushed a commit
that referenced
this pull request
Jan 27, 2022
🤖 I have created a release *beep* *boop* --- ## [2.7.0](v2.6.2...v2.7.0) (2022-01-27) ### Features * add JSON type support ([#1799](#1799)) ([73c4a73](73c4a73)) ### Dependencies * **java:** update actions/github-script action to v5 ([#1339](#1339)) ([#1809](#1809)) ([90afea5](90afea5)) * update actions/github-script action to v5 ([#1808](#1808)) ([8e5f585](8e5f585)) * update dependency com.google.cloud:google-cloud-storage to v2.3.0 ([#1796](#1796)) ([8b77d9b](8b77d9b)) * update dependency com.google.oauth-client:google-oauth-client-java6 to v1.33.0 ([#1802](#1802)) ([c78fc77](c78fc77)) * update dependency com.google.oauth-client:google-oauth-client-jetty to v1.33.0 ([#1803](#1803)) ([8e34e59](8e34e59)) * update dependency org.assertj:assertj-core to v3 ([#1786](#1786)) ([69fcabf](69fcabf)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
gcf-owl-bot bot
added a commit
that referenced
this pull request
May 19, 2023
Source-Link: googleapis/synthtool@1fd6dff Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:ad9cabee4c022f1aab04a71332369e0c23841062124818a4490f73337f790337
suztomo
pushed a commit
that referenced
this pull request
May 19, 2023
Source-Link: googleapis/synthtool@1fd6dff Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:ad9cabee4c022f1aab04a71332369e0c23841062124818a4490f73337f790337 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
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.
Fixes b/213373577
cc @nageshs