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/11 13:30:28 UTC

[arrow] branch master updated (28bfd2b -> b23c989)

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 28bfd2b  ARROW-6101: [Rust] [DataFusion] Parallel execution of physical query plan
     add b23c989  ARROW-6426: [FlightRPC][C++][Java] Expose gRPC configuration knobs

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/flight/flight_test.cc                | 27 ++++++++++++++++++++++
 cpp/src/arrow/flight/server.cc                     | 11 +++++++--
 cpp/src/arrow/flight/server.h                      | 14 +++++++++++
 .../java/org/apache/arrow/flight/FlightServer.java | 15 +++++++++++-
 .../org/apache/arrow/flight/TestServerOptions.java | 21 +++++++++++++++++
 python/pyarrow/_flight.pyx                         | 10 ++++++++
 python/pyarrow/includes/libarrow_flight.pxd        |  1 +
 python/pyarrow/tests/test_flight.py                | 10 ++++++++
 8 files changed, 106 insertions(+), 3 deletions(-)