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 149d4cb ARROW-6383: [Java] Report outstanding child allocators on
close
add 32ef12c ARROW-6063: [FlightRPC] implement half-closed semantics for
DoPut
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/flight/client.cc | 46 +++++--
cpp/src/arrow/flight/client.h | 11 ++
cpp/src/arrow/flight/flight_benchmark.cc | 185 ++++++++++++++++++++--------
cpp/src/arrow/flight/flight_test.cc | 1 +
cpp/src/arrow/flight/internal.cc | 4 +-
cpp/src/arrow/flight/perf_server.cc | 24 ++++
python/pyarrow/_flight.pyx | 6 +
python/pyarrow/includes/libarrow_flight.pxd | 1 +
python/pyarrow/tests/test_flight.py | 39 ++++++
9 files changed, 259 insertions(+), 58 deletions(-)