apache / parquet-format

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

[Format] Encoding spec incorrect for DELTA_BYTE_ARRAY #291

Closed asfimport closed 1 year ago

asfimport commented 1 year ago

The spec says that DELTA_BYTE_ARRAY is only supported for BYTE_ARRAY, but in parquet-mr it has been allowed for FIXED_LEN_BYTE_ARRAY as well since 2015.

Reporter: Antoine Pitrou / @pitrou Assignee: Antoine Pitrou / @pitrou

Related issues:

Note: This issue was originally created as PARQUET-2231. Please see the migration documentation for further details.

asfimport commented 1 year ago

Antoine Pitrou / @pitrou: [~rok] @shanhuuang [~muthunagappan] @js8544 FYI

asfimport commented 1 year ago

Antoine Pitrou / @pitrou: Closed by PR https://github.com/apache/parquet-format/pull/189