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 2021/05/12 15:18:31 UTC

[arrow] branch master updated (9bbc986 -> 408d1fa)

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 9bbc986  ARROW-12736: [C++] Eliminate forced copy of potentially large vector<shared_ptr<>>
     add 408d1fa  ARROW-12686: [C++][Python][FlightRPC] Convert Flight reader into a regular reader

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/flight/flight_test.cc         | 11 +++++++++
 cpp/src/arrow/flight/types.cc               | 36 +++++++++++++++++++++++++++++
 cpp/src/arrow/flight/types.h                |  5 ++++
 python/pyarrow/_flight.pyx                  | 10 ++++++++
 python/pyarrow/includes/libarrow_flight.pxd |  4 ++++
 python/pyarrow/tests/test_flight.py         |  4 ++++
 6 files changed, 70 insertions(+)