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/03/17 12:41:27 UTC

[arrow] branch master updated (948c8f6 -> ec7fce5)

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 948c8f6  ARROW-7427: [Python] Support SparseCSFTensor
     add ec7fce5  ARROW-8112: [FlightRPC][C++] make sure status codes round-trip through gRPC

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/flight/client.cc      |  16 +++---
 cpp/src/arrow/flight/flight_test.cc |  25 ++++++++
 cpp/src/arrow/flight/internal.cc    | 111 ++++++++++++++++++++++++++++++++++--
 cpp/src/arrow/flight/internal.h     |  20 ++++++-
 cpp/src/arrow/flight/server.cc      |  24 ++++----
 cpp/src/arrow/flight/test_util.cc   |   6 ++
 python/pyarrow/tests/test_flight.py |  13 ++++-
 7 files changed, 189 insertions(+), 26 deletions(-)