Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
PARQUET-665 Adds support for proto3 #407
Conversation
|
oh but of course, I need to update the .travis.yml file to install the right version |
|
Hi, I will look at this ASAP |
|
@markchua It looks good to me. Waiting for @lukasnalezenec's feedback before merging. |
|
FYI: planning to merge today. |
asfgit
closed this
in 70f2881
Apr 21, 2017
|
thank you @markchua ! |
andredasilvapinto
commented
May 30, 2017
|
Do you know when this is going to be released? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
markchua commentedMar 21, 2017
This change bumps the protobuf version and adds
tests to show compatibility with proto3. It does
not actually change anything else.
Tests are mostly identical to existing tests, and tests
that tested functionality not present in proto3 are not
present (such as groups and extensions). Proto3
oneof and map are represented in the tests.
Tested by running
mvn test --am --projects parquet-protobuf