-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add BIGNUMERIC support #703
feat: add BIGNUMERIC support #703
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.
|
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Cannot merge until BigQuery backend is ready. |
Modulo any updates bringing this PR back in line with master, this should be good to merge now. |
🤖 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).
Expose BIGNUMERIC type in the client
cc: @MingyuZhong