Closed
Description
Feature Request / Improvement
The current code always uses Parquet version 1.0 for writing:
iceberg-python/pyiceberg/io/pyarrow.py
Line 1729 in a4856bc
This version is already over 10 years old. All Parquet readers I know do support much more recent versions. With Python 3.8 you can get PyArrow 15 which supports the latest version of Parquet. IMO we should default to using a more recent version (maybe always use the most recent?) and offer an option to change the Parquet version.
Metadata
Metadata
Assignees
Labels
No labels