You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@parquet.apache.org by ga...@apache.org on 2021/02/09 08:28:09 UTC

[parquet-mr] branch master updated (2b73ce3 -> 279255d)

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

gabor pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-mr.git.


    from 2b73ce3  PARQUET-1967: Upgrade Zstd-jni to 1.4.8-3 (#859)
     add 279255d  PARQUET-1973: Support ZSTD JNI BufferPool (#865)

No new revisions were added by this update.

Summary of changes:
 parquet-hadoop/README.md                           |  6 ++++++
 .../parquet/hadoop/codec/ZstandardCodec.java       | 22 ++++++++++++++++++++--
 .../parquet/hadoop/codec/ZstdCompressorStream.java |  8 ++++++++
 .../hadoop/codec/ZstdDecompressorStream.java       |  6 ++++++
 .../apache/parquet/hadoop/TestZstandardCodec.java  | 17 ++++++++++++-----
 5 files changed, 52 insertions(+), 7 deletions(-)