This is an automated email from the ASF dual-hosted git repository.
wesm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 18a5e3e ARROW-9331: [C++] Improve the performance of
Tensor-to-SparseTensor conversion
add 1a7519f ARROW-9395: [Python] allow configuring MetadataVersion
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/python/flight.cc | 4 +-
cpp/src/arrow/python/flight.h | 3 +-
python/pyarrow/_flight.pyx | 46 +++++++++++++------
python/pyarrow/includes/libarrow.pxd | 1 +
python/pyarrow/includes/libarrow_flight.pxd | 10 +++--
python/pyarrow/ipc.pxi | 46 +++++++++++++++++--
python/pyarrow/ipc.py | 56 ++++++++++++++++-------
python/pyarrow/lib.pxd | 6 +++
python/pyarrow/tests/test_flight.py | 62 ++++++++++++++++++++++++--
python/pyarrow/tests/test_ipc.py | 69 ++++++++++++++++++++++++++++-
10 files changed, 259 insertions(+), 44 deletions(-)