This repository was archived by the owner on Mar 23, 2026. It is now read-only.
feat: add BIGNUMERIC support#703
Merged
gcf-merge-on-green[bot] merged 4 commits intogoogleapis:masterfrom Nov 19, 2020
Merged
Conversation
update IT testcase nit
7bb6d99 to
f021dde
Compare
Codecov Report
@@ Coverage Diff @@
## master #703 +/- ##
============================================
+ Coverage 80.40% 81.07% +0.67%
+ Complexity 1271 1237 -34
============================================
Files 79 78 -1
Lines 6573 6336 -237
Branches 758 703 -55
============================================
- Hits 5285 5137 -148
+ Misses 893 833 -60
+ Partials 395 366 -29 Continue to review full report at Codecov.
|
MingyuZhong
suggested changes
Aug 28, 2020
google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/StandardSQLTypeName.java
Outdated
Show resolved
Hide resolved
google-cloud-bigquery/src/test/java/com/google/cloud/bigquery/QueryParameterValueTest.java
Show resolved
Hide resolved
Contributor
Author
|
Cannot merge until BigQuery backend is ready. |
pmakani
approved these changes
Aug 30, 2020
Contributor
|
Modulo any updates bringing this PR back in line with master, this should be good to merge now. |
shollyman
approved these changes
Nov 19, 2020
gcf-merge-on-green bot
pushed a commit
that referenced
this pull request
Nov 19, 2020
🤖 I have created a release \*beep\* \*boop\* --- ## [1.125.0](https://www.github.com/googleapis/java-bigquery/compare/v1.124.7...v1.125.0) (2020-11-19) ### Features * add BIGNUMERIC support ([#703](https://www.github.com/googleapis/java-bigquery/issues/703)) ([718ec2a](https://www.github.com/googleapis/java-bigquery/commit/718ec2ae25150dceef8fb9bc3e2fcf6238fc2220)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please).
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Expose BIGNUMERIC type in the client
cc: @MingyuZhong