You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2020/03/31 01:21:55 UTC

[arrow] branch master updated (a81aacd -> 895f220)

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

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


    from a81aacd  ARROW-8168:[Java][Plasma] Improve Java Plasma client off-heap memory usage
     add 895f220  ARROW-8274: [C++] Use LZ4 frame format for "LZ4" compression in IPC

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/io/compressed_test.cc         | 10 +++-
 cpp/src/arrow/ipc/feather.cc                |  2 +-
 cpp/src/arrow/ipc/feather.h                 |  2 +-
 cpp/src/arrow/ipc/feather_test.cc           |  6 +-
 cpp/src/arrow/ipc/read_write_test.cc        |  2 +-
 cpp/src/arrow/ipc/writer.cc                 |  1 +
 cpp/src/arrow/util/compression.cc           | 17 +++++-
 cpp/src/arrow/util/compression.h            |  2 +-
 cpp/src/arrow/util/compression_benchmark.cc |  4 +-
 cpp/src/arrow/util/compression_lz4.cc       | 88 +++++++++++++++++++++++++++--
 cpp/src/arrow/util/compression_lz4.h        | 27 ++++++++-
 cpp/src/arrow/util/compression_test.cc      | 25 ++++++--
 python/pyarrow/feather.pxi                  |  2 +-
 python/pyarrow/includes/libarrow.pxd        |  1 +
 python/pyarrow/io.pxi                       |  2 +-
 15 files changed, 164 insertions(+), 27 deletions(-)