apache / parquet-format

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

Upgrade snappy-java to 1.1.1.6 #279

Closed asfimport closed 9 years ago

asfimport commented 10 years ago

Upgrade snappy-java to 1.1.1.6 (the latest vesrion), since 1.0.5 is no longer maintained in https://github.com/xerial/snappy-java, and 1.1.1.6 supports broader platforms including PowerPC, IBM-AIX 6.4, SunOS, etc. And also it has a better native coding loading mechanism (allowing to use snappy-java from multiple class loaders)

The compression format between 1.0.5 and 1.1.1.6 are compatible. 1.1.1.x version adds framing format support, but currently Parquet is not using this framing format, so I think this upgrade cause no data format incompatibility.

Reporter: Taro L. Saito / @xerial Assignee: Taro L. Saito / @xerial

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

asfimport commented 9 years ago

Ryan Blue / @rdblue: Issue resolved by pull request 85 https://github.com/apache/incubator-parquet-mr/pull/85