You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by em...@apache.org on 2021/04/01 04:00:34 UTC

[arrow] branch master updated (5216e04 -> 971a9d3)

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

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


    from 5216e04  PARQUET-1990: [C++] Refuse to write ConvertedType::NA
     add 971a9d3  ARROW-12110: [Java] Implement ZSTD compression

No new revisions were added by this update.

Summary of changes:
 dev/archery/archery/integration/runner.py          |  7 +-
 docs/source/status.rst                             |  8 ++-
 java/compression/pom.xml                           |  7 +-
 .../compression/CommonsCompressionFactory.java     |  6 +-
 .../arrow/compression/Lz4CompressionCodec.java     | 13 ++--
 .../arrow/compression/ZstdCompressionCodec.java    | 74 ++++++++++++++++++++++
 .../arrow/compression/TestCompressionCodec.java    |  4 ++
 7 files changed, 102 insertions(+), 17 deletions(-)
 create mode 100644 java/compression/src/main/java/org/apache/arrow/compression/ZstdCompressionCodec.java