-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Description
Currently, Parquet write APIs default to maximum-compatibility Parquet version "1.0", which disables some logical types such as UINT32. We may want to switch the default to "2.0" instead, to allow faithful representation of more types.
Reporter: Antoine Pitrou / @pitrou
Assignee: Raúl Cumplido / @raulcd
Related issues:
- [C++] Deprecate Parquet pseudo-version "2.0" (is blocked by)
- [C++] [Parquet] Writing uint32 does not preserve parquet's LogicalType (relates to)
- [C++] [Parquet] uint32 does not roundtrip? (supercedes)
PRs and other links:
Note: This issue was originally created as ARROW-12203. Please see the migration documentation for further details.