You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by bl...@apache.org on 2022/09/01 22:54:59 UTC

[iceberg] branch master updated (ec9643e9f7 -> 1f3f707ffb)

This is an automated email from the ASF dual-hosted git repository.

blue pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git


    from ec9643e9f7 Core, AWS: Fix Kryo serialization failure for FileIO (#5437)
     add 1f3f707ffb Parquet: Close zstd input stream early to avoid memory pressure (#5681)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/iceberg/parquet/Parquet.java   |   4 +
 .../iceberg/parquet/ParquetCodecFactory.java       | 101 +++++++++++++++++++++
 2 files changed, 105 insertions(+)
 create mode 100644 parquet/src/main/java/org/apache/iceberg/parquet/ParquetCodecFactory.java