uwemaurer opened a new pull request, #3352: URL: https://github.com/apache/parquet-java/pull/3352
### Rationale for this change The getSyntax method on messageDescriptor.getFile() got removed in protobuf version 4. It crashes when a user updates to protobuf 4 and uses the parquet library. ### What changes are included in this PR? This change gets the syntax information directly from the proto, this works in protobuf v3 and v4. ### Are these changes tested? yes, running the existing tests (with protobuf 3). ### Are there any user-facing changes? Closes #3175 Related to #3182 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
