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 7ca907d ARROW-9007: [Rust] Support appending array data to builders
add 29c61ff ARROW-8958: [FlightRPC][Python] implement DoExchange
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/python/flight.cc | 12 ++
cpp/src/arrow/python/flight.h | 7 +
python/pyarrow/_flight.pyx | 133 +++++++++++++---
python/pyarrow/flight.py | 33 ++--
python/pyarrow/includes/libarrow_flight.pxd | 25 ++-
python/pyarrow/tests/test_flight.py | 232 ++++++++++++++++++++++++++++
6 files changed, 405 insertions(+), 37 deletions(-)