apache / parquet-format

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

[T1] Allow fixed length encoding for min/max and deprecate encoding_stats #252

Open alkis opened 1 month ago

alkis commented 1 month ago
  1. Add min8/max8 fields for encoding fixed length binary encoding for min/max for physical types less than or equal 8 bytes.
  2. Deprecate ColumnMetaData.encoding_stats and replace with a bool ColumnMetaData.is_fully_dict_encoded'

ref Parquet Metadata evolution

Jira

Commits

Documentation