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 5e49174d69 ARROW-17694: [C++] Remove std::optional backport (#14105)
add 7cfdfbb0d5 ARROW-17052: [C++][Python][FlightRPC] expose flight
structures serialize (#13986)
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/flight/flight_internals_test.cc | 53 +++++++-
cpp/src/arrow/flight/serialization_internal.h | 1 +
cpp/src/arrow/flight/types.cc | 185 +++++++++++++++++++++++++-
cpp/src/arrow/flight/types.h | 82 ++++++++++++
python/pyarrow/_flight.pyx | 104 ++++++++++++++-
python/pyarrow/includes/libarrow_flight.pxd | 34 ++++-
python/pyarrow/tests/test_flight.py | 19 +++
7 files changed, 466 insertions(+), 12 deletions(-)