This repository was archived by the owner on Feb 24, 2026. It is now read-only.
fix:update schema compat check with backend type changes#522
Merged
stephaniewang526 merged 2 commits intogoogleapis:masterfrom Sep 8, 2020
yirutang:compatfix
Merged
fix:update schema compat check with backend type changes#522stephaniewang526 merged 2 commits intogoogleapis:masterfrom yirutang:compatfix
stephaniewang526 merged 2 commits intogoogleapis:masterfrom
yirutang:compatfix
Conversation
Codecov Report
@@ Coverage Diff @@
## master #522 +/- ##
============================================
- Coverage 78.68% 78.60% -0.08%
- Complexity 662 663 +1
============================================
Files 59 59
Lines 3790 3786 -4
Branches 255 253 -2
============================================
- Hits 2982 2976 -6
- Misses 692 693 +1
- Partials 116 117 +1
Continue to review full report at Codecov.
|
| match = isCompatibleWithBQNumeric(protoType); | ||
| break; | ||
| case "BIGNUMERIC": | ||
| match = isCompatibleWithBQNumeric(protoType); |
Contributor
There was a problem hiding this comment.
please add test for this
Contributor
Author
There was a problem hiding this comment.
Removed it for now, it seems the value is not available in external library yet.
stephaniewang526
approved these changes
Sep 8, 2020
shubhwip
pushed a commit
to shubhwip/java-bigquerystorage
that referenced
this pull request
Oct 7, 2023
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-04-12 15:37:38,528 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-storage-nio/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-04-12 15:37:39,934 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ``` </details> Full log will be available here: https://source.cloud.google.com/results/invocations/8d99438d-ead4-4045-8087-9b7540c7f814/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
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.
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
Fixes #<issue_number_goes_here> ☕️