You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
ParquetVersion::type
currently has two members:PARQUET_1_0
andPARQUET_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
andPARQUET_2_6
values.Reporter: Antoine Pitrou / @pitrou
Assignee: Antoine Pitrou / @pitrou
Related issues:
PRs and other links:
Note: This issue was originally created as ARROW-13794. Please see the migration documentation for further details.
The text was updated successfully, but these errors were encountered: