You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ap...@apache.org on 2019/09/17 15:53:46 UTC

[arrow] branch master updated (7dea1df -> 5926ac4)

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(-)