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 2020/06/11 18:31:54 UTC

[arrow] branch master updated (c07486c -> 5bc4784)

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 c07486c  ARROW-5760: [C++] New compute::Take implementation for better performance, faster dispatch, smaller code size / faster compilation
     add 5bc4784  ARROW-8487: [FlightRPC] Provide a way to target a particular payload size

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/flight/client.cc                  | 65 ++++++++++++++++++++++---
 cpp/src/arrow/flight/client.h                   | 31 ++++++++++++
 cpp/src/arrow/flight/flight_test.cc             | 43 +++++++++++++++-
 cpp/src/arrow/flight/test_integration_client.cc |  3 +-
 python/pyarrow/_flight.pyx                      | 55 +++++++++++++++++++--
 python/pyarrow/flight.py                        |  1 +
 python/pyarrow/includes/libarrow_flight.pxd     | 10 ++++
 python/pyarrow/tests/test_flight.py             | 29 +++++++++++
 8 files changed, 224 insertions(+), 13 deletions(-)