[
https://issues.apache.org/jira/browse/PARQUET-133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Taro L. Saito updated PARQUET-133:
----------------------------------
Description:
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.
was:
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)
> Upgrade snappy-java to 1.1.1.6
> ------------------------------
>
> Key: PARQUET-133
> URL: https://issues.apache.org/jira/browse/PARQUET-133
> Project: Parquet
> Issue Type: Improvement
> Components: parquet-format
> Reporter: Taro L. Saito
> Priority: Minor
>
> 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.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)