You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by li...@apache.org on 2023/06/05 19:01:14 UTC

[arrow] branch main updated (f5a57292e5 -> 87d0824777)

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

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


    from f5a57292e5 GH-35891: [Doc][Python] Update link to Parquet C++ repository (#35892)
     add 87d0824777 GH-34749 : [Java] Make Zstd compression level configurable (#34873)

No new revisions were added by this update.

Summary of changes:
 .../compression/CommonsCompressionFactory.java      | 12 ++++++++++++
 .../arrow/compression/ZstdCompressionCodec.java     | 13 ++++++++++++-
 .../TestArrowReaderWriterWithCompression.java       |  3 ++-
 .../arrow/compression/TestCompressionCodec.java     |  8 ++++++--
 .../arrow/vector/compression/CompressionCodec.java  |  5 +++++
 .../vector/compression/NoCompressionCodec.java      |  5 +++++
 .../apache/arrow/vector/ipc/ArrowFileWriter.java    |  9 ++++++++-
 .../apache/arrow/vector/ipc/ArrowStreamWriter.java  | 21 ++++++++++++++++++++-
 .../org/apache/arrow/vector/ipc/ArrowWriter.java    | 14 +++++++++++---
 9 files changed, 81 insertions(+), 9 deletions(-)