This is an automated email from the ASF dual-hosted git repository. raulcd pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/arrow.git
from 743d0afd05 GH-47446: [C++] Update Meson configuration with compute swizzle change (#47448) add cdea48e9fc GH-47422: [Python][C++][Flight] Expose ipc::ReadStats in Flight MetadataRecordBatchReader (#47432) No new revisions were added by this update. Summary of changes: cpp/src/arrow/flight/client.cc | 10 ++- cpp/src/arrow/flight/client.h | 4 ++ cpp/src/arrow/flight/transport_server.cc | 17 +++--- cpp/src/arrow/flight/types.h | 4 ++ python/pyarrow/_flight.pyx | 13 ++++ python/pyarrow/includes/libarrow_flight.pxd | 1 + python/pyarrow/ipc.pxi | 1 - python/pyarrow/lib.pxd | 3 + python/pyarrow/tests/test_flight.py | 94 +++++++++++++++++++++-------- 9 files changed, 113 insertions(+), 34 deletions(-)