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 09f23ed ARROW-15109: [Python] Add show_info() to print build,
component, and system info
add fd580db ARROW-15360: [Python] Check slice bounds in Buffer.slice()
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/array/array_base.cc | 2 +-
cpp/src/arrow/array/array_test.cc | 16 ++++++++--------
cpp/src/arrow/buffer.cc | 2 +-
cpp/src/arrow/buffer_test.cc | 16 ++++++++--------
cpp/src/arrow/util/int_util_internal.h | 11 ++++++-----
python/pyarrow/includes/libarrow.pxd | 8 ++++----
python/pyarrow/io.pxi | 6 +++---
python/pyarrow/tests/test_io.py | 15 +++++++++++++++
8 files changed, 46 insertions(+), 30 deletions(-)