You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ap...@apache.org on 2021/12/07 13:16:36 UTC

[arrow] branch master updated (189cae6 -> bf18e6e)

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

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


    from 189cae6  ARROW-13579: Expose Create EmptyArray, EmptyRecordBatch and EmptyTable utility functions.
     add bf18e6e  ARROW-9648: [C++] Added compression level parameter to LZ4_FRAME compression codec

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/util/compression.cc          |  6 +-
 cpp/src/arrow/util/compression_internal.h  | 14 +++--
 cpp/src/arrow/util/compression_lz4.cc      | 91 +++++++++++++++++++++++-------
 cpp/src/arrow/util/compression_test.cc     |  5 +-
 python/pyarrow/tests/parquet/test_basic.py | 14 ++++-
 python/pyarrow/tests/test_feather.py       |  7 +--
 python/pyarrow/tests/test_io.py            |  2 +-
 7 files changed, 103 insertions(+), 36 deletions(-)