This is an automated email from the ASF dual-hosted git repository.
kszucs pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 14a584e ARROW-13353: [Docs] Pin breathe to avoid failure parsing
template parameters
add c9b9fa4 ARROW-13091: [Python] Add compression_level argument to
IpcWriteOptions constructor
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/util/compression.cc | 30 +++++++
cpp/src/arrow/util/compression.h | 21 +++++
cpp/src/arrow/util/compression_brotli.cc | 5 ++
cpp/src/arrow/util/compression_bz2.cc | 6 ++
cpp/src/arrow/util/compression_lz4.cc | 6 ++
cpp/src/arrow/util/compression_snappy.cc | 3 +
cpp/src/arrow/util/compression_test.cc | 26 ++++++
cpp/src/arrow/util/compression_zlib.cc | 6 ++
cpp/src/arrow/util/compression_zstd.cc | 3 +
docs/source/python/api/memory.rst | 1 +
python/pyarrow/includes/libarrow.pxd | 18 ++++
python/pyarrow/io.pxi | 83 ++++++++++++++++++-
python/pyarrow/ipc.pxi | 15 +++-
python/pyarrow/lib.pxd | 2 +-
python/pyarrow/tests/conftest.py | 13 +++
.../tests/parquet/test_compliant_nested_type.py | 2 +
python/pyarrow/tests/parquet/test_parquet_file.py | 2 +
.../pyarrow/tests/parquet/test_parquet_writer.py | 2 +
python/pyarrow/tests/test_feather.py | 7 ++
python/pyarrow/tests/test_fs.py | 3 +
python/pyarrow/tests/test_io.py | 95 ++++++++++++++++++++++
python/pyarrow/tests/test_ipc.py | 67 +++++++++++----
python/pyarrow/tests/test_tensor.py | 1 +
23 files changed, 395 insertions(+), 22 deletions(-)