You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by li...@apache.org on 2020/03/30 13:12:32 UTC

[arrow] branch master updated (6be085f -> 0facdc7)

This is an automated email from the ASF dual-hosted git repository.

lidavidm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from 6be085f  ARROW-8220: [Python] Make dataset FileFormat objects serializable
     add 0facdc7  ARROW-8183: [C++][Python][FlightRPC] Expose transport error metadata

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/flight/flight_test.cc         | 57 ++++++++++++++++++++++++++---
 cpp/src/arrow/flight/internal.cc            | 38 +++++++++++++------
 cpp/src/arrow/flight/internal.h             |  3 ++
 cpp/src/arrow/flight/types.cc               | 13 +++++++
 cpp/src/arrow/flight/types.h                | 17 +++++++++
 python/pyarrow/_flight.pyx                  | 41 +++++++++++++--------
 python/pyarrow/includes/libarrow_flight.pxd |  5 +++
 python/pyarrow/tests/test_flight.py         | 15 ++++++++
 8 files changed, 157 insertions(+), 32 deletions(-)