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 7dea1df ARROW-5630: [C++][Parquet] Fix RecordReader accounting for
repeated fields with non-nullable leaf
add 5926ac4 ARROW-6391: [Python][Flight] Add built-in methods on
FlightServerBase to start server and wait for it to be available
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/flight/server.cc | 6 +
cpp/src/arrow/flight/server.h | 3 +
python/pyarrow/_flight.pyx | 191 +++++++++++++++-----
python/pyarrow/flight.py | 1 +
python/pyarrow/includes/libarrow_flight.pxd | 1 +
python/pyarrow/tests/test_flight.py | 266 ++++++++++++----------------
6 files changed, 274 insertions(+), 194 deletions(-)