gene-db opened a new pull request, #3202: URL: https://github.com/apache/parquet-java/pull/3202
### Rationale for this change We need a way to build/encode Variant values. This builder allows users to create Variant values according to the [Variant binary encoding spec](https://github.com/apache/parquet-format/blob/master/VariantEncoding.md). ### What changes are included in this PR? A builder class for building Variant values. ### Are these changes tested? Yes, added unit tests. ### Are there any user-facing changes? A new public class to build Variant vlues. Closes #3201 -- 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]
