apache / parquet-format

Apache Parquet Format
https://parquet.apache.org/
Apache License 2.0
1.69k stars 422 forks source link

PARQUET-2492: Add extension points for all thrift messages #254

Open alkis opened 1 month ago

alkis commented 1 month ago

Specify a backwards/forward compatible way to extend any Thrift struct in Parquet.

ref Parquet Metadata evolution

Jira

Commits

Documentation

alkis commented 3 weeks ago

I marked this ready for review. I have tested offline that this method works as expected and has virtually no impact in parse speed of the original FileMetaData thrift message.

How can we move this forward?