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 a1c702d ARROW-8899 [R] Add R metadata like pandas metadata for
round-trip fidelity
add bfc5440 ARROW-8190: [FlightRPC][C++] Expose IPC options
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/flight/client.cc | 53 ++++++++-----
cpp/src/arrow/flight/client.h | 8 +-
cpp/src/arrow/flight/flight_test.cc | 154 ++++++++++++++++++++++++++++++++++++
cpp/src/arrow/flight/server.cc | 14 ++--
cpp/src/arrow/flight/server.h | 10 +--
cpp/src/arrow/flight/test_util.cc | 9 +++
cpp/src/arrow/flight/test_util.h | 3 +
cpp/src/arrow/flight/types.cc | 4 +
cpp/src/arrow/flight/types.h | 5 +-
9 files changed, 226 insertions(+), 34 deletions(-)