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 3bff2c93ff ARROW-18421: [C++][ORC] Add accessor for stripe information
in reader (#14806)
add 45d83fec74 ARROW-16430: [Python] Add support for reading record batch
custom metadata API (#13041)
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/ipc/writer.cc | 10 ++++
cpp/src/arrow/ipc/writer.h | 5 +-
python/pyarrow/_flight.pyx | 6 ++-
python/pyarrow/includes/libarrow.pxd | 11 ++++
python/pyarrow/ipc.pxi | 97 +++++++++++++++++++++++++++++++++++-
python/pyarrow/tests/test_ipc.py | 39 +++++++++++++++
6 files changed, 161 insertions(+), 7 deletions(-)