apache / parquet-java

Apache Parquet Java
https://parquet.apache.org/
Apache License 2.0
2.65k stars 1.41k forks source link

Add Variant Logical Type #3070

Open aihuaxu opened 2 days ago

aihuaxu commented 2 days ago

Describe the enhancement requested

The Variant spec is added to Parquet project in https://github.com/apache/parquet-format/pull/456 and the Variant logical type thrift change is added in https://github.com/apache/parquet-format/pull/460

This is to add the actual Variant logical type in Parquet-java.

Component(s)

Core