tmater opened a new issue, #946: URL: https://github.com/apache/arrow-java/issues/946
### Describe the enhancement requested ### Describe the enhancement requested Parquet has added a new type for semi-structured data called Variant which is defined here: - Variant encoding spec: https://github.com/apache/parquet-format/blob/main/VariantEncoding.md - Variant shredding spec: https://github.com/apache/parquet-format/blob/main/VariantShredding.md This ticket intended to track the Logical type definition first. ### Background The format has already been accepted: https://github.com/apache/arrow/issues/46908 The format has already been implemented in for example C++: https://github.com/apache/arrow/issues/45937 -- 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]
