apache / parquet-format

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

[Format] Add interoperable LZ4 codec, deprecate existing LZ4 codec #387

Closed asfimport closed 3 years ago

asfimport commented 3 years ago

The current LZ4 codec is non-interoperable for reasons explained in details on the parquet-dev mailing-list: https://mail-archives.apache.org/mod_mbox/parquet-dev/202102.mbox/%3c20210216151401.7647ce37@fsol%3e

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

Related issues:

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

asfimport commented 3 years ago

Antoine Pitrou / @pitrou: Resolved by Github PR https://github.com/apache/parquet-format/pull/168