PARQUET-2025: Update Snappy version to 1.1.8.3#893
Conversation
420ac69 to
68eabb9
Compare
|
May I ask why there are so many open pull requests from years ago? Is this repository dead? |
|
cc @Fokko |
gszadovszky
left a comment
There was a problem hiding this comment.
Thanks, @williamhyun for taking care of this. However, I am not sure if it worth the effort to do minor/patch level upgrades of our dependencies far from a release. I think, it is better to do such upgrades to the latest available releases just before a release. (I am not against this just mentioning.)
@cyraid, if the repo would be dead we would not start and accept new PRs to it. I guess the old open PRs you are talking about are more or less abandoned because no one had the time to review/close them. Feel free to contribute and comment to these PRs if you think they worth a re-check or we should close them. Also, this topic is not related to this particular PR so please do not comment here. Feel free to open a discussion about this topic on the dev mailing list.
|
Thank you, @williamhyun and all. This will unblock Apache Parquet snappy development in Apple Silicon environment! |
* 'master' of https://github.com/apache/parquet-mr: (222 commits) PARQUET-2052: Integer overflow when writing huge binary using dictionary encoding (apache#910) PARQUET-2041: Add zstd to `parquet.compression` description of ParquetOutputFormat Javadoc (apache#899) PARQUET-2050: Expose repetition & definition level from ColumnIO (apache#908) PARQUET-1761: Lower Logging Level in ParquetOutputFormat (apache#745) PARQUET-2046: Upgrade Apache POM to 23 (apache#904) PARQUET-2048: Deprecate BaseRecordReader (apache#906) PARQUET-1922: Deprecate IOExceptionUtils (apache#825) PARQUET-2037: Write INT96 with parquet-avro (apache#901) PARQUET-2044: Enable ZSTD buffer pool by default (apache#903) PARQUET-2038: Upgrade Jackson version used in parquet encryption. (apache#898) Revert "[WIP] Refactor GroupReadSupport to unuse deprecated api (apache#894)" PARQUET-2027: Fix calculating directory offset for merge (apache#896) [WIP] Refactor GroupReadSupport to unuse deprecated api (apache#894) PARQUET-2030: Expose page size row check configurations to ParquetWriter.Builder (apache#895) PARQUET-2031: Upgrade to parquet-format 2.9.0 (apache#897) PARQUET-1448: Review of ParquetFileReader (apache#892) PARQUET-2020: Remove deprecated modules (apache#888) PARQUET-2025: Update Snappy version to 1.1.8.3 (apache#893) PARQUET-2022: ZstdDecompressorStream should close `zstdInputStream` (apache#889) PARQUET-1982: Random access to row groups in ParquetFileReader (apache#871) ... # Conflicts: # parquet-column/src/main/java/org/apache/parquet/example/data/simple/SimpleGroup.java # parquet-hadoop/pom.xml # parquet-hadoop/src/main/java/org/apache/parquet/format/converter/ParquetMetadataConverter.java # parquet-hadoop/src/main/java/org/apache/parquet/hadoop/ParquetFileReader.java
This PR aims to update Snappy to 1.1.8.3 to support Mac m1.
Make sure you have checked all steps below.
Jira
Tests
This is a dependency update. All existing tests should pass.
Commits
Documentation