Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
ParquetVersion::type currently has two members: PARQUET_1_0 and PARQUET_2_0. The latter enables a hodgepodge of features which were actually added in Parquet format 2.4 and 2.6 (and others?).
To allow more fine-grained selection of the format version, we should deprecate this value and add PARQUET_2_4 and PARQUET_2_6 values.
Attachments
Issue Links
- blocks
-
ARROW-12203 [C++][Python] Switch default Parquet version to 2.4
- Resolved
- links to