This repository was archived by the owner on Feb 24, 2026. It is now read-only.
feat: Adding JsonToProtoMessage.java - #400
Merged
Merged
Conversation
allenc3
force-pushed
the
JsonToProtoMessage
branch
from
July 7, 2020 22:26
4b83d6a to
f337999
Compare
Codecov Report
@@ Coverage Diff @@
## master #400 +/- ##
============================================
+ Coverage 77.02% 77.82% +0.79%
- Complexity 576 623 +47
============================================
Files 55 56 +1
Lines 3391 3535 +144
Branches 193 234 +41
============================================
+ Hits 2612 2751 +139
- Misses 668 677 +9
+ Partials 111 107 -4
Continue to review full report at Codecov.
|
yirutang
reviewed
Jul 9, 2020
allenc3
force-pushed
the
JsonToProtoMessage
branch
2 times, most recently
from
July 13, 2020 16:43
cba9d39 to
3ea5b56
Compare
yirutang
reviewed
Jul 13, 2020
Wilson720
reviewed
Jul 13, 2020
allenc3
force-pushed
the
JsonToProtoMessage
branch
from
July 14, 2020 17:27
f601561 to
a107c68
Compare
yirutang
reviewed
Jul 15, 2020
Wilson720
reviewed
Jul 16, 2020
allenc3
force-pushed
the
JsonToProtoMessage
branch
from
July 16, 2020 22:22
4e00901 to
4ffb726
Compare
Wilson720
approved these changes
Jul 17, 2020
yirutang
reviewed
Jul 17, 2020
yirutang
approved these changes
Jul 20, 2020
…repeated types are optional
… int32 for BQDate)
…f json fields <= # of proto fields
…values first. This prevents catching unexpected JsonExceptions and blocking the actual error message.
allenc3
force-pushed
the
JsonToProtoMessage
branch
from
July 21, 2020 16:38
ece766a to
5a7c6b4
Compare
allenc3
marked this pull request as ready for review
July 21, 2020 17:12
stephaniewang526
approved these changes
Jul 21, 2020
shubhwip
pushed a commit
to shubhwip/java-bigquerystorage
that referenced
this pull request
Oct 7, 2023
* test: attempt tests up to 3 times * chore: run formatter
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.
Added JsonToProtoMessage.java which can convert json data to protocol buffer data given the protocol buffer descriptor.