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 690e22f ARROW-15503: [GLib][Release] Avoid deprecation warning
add a7f518c ARROW-15374: [C++][FlightRPC] Add support for MemoryManager
in data methods
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/flight/CMakeLists.txt | 13 ++
cpp/src/arrow/flight/client.cc | 33 +++-
cpp/src/arrow/flight/client.h | 3 +
cpp/src/arrow/flight/flight_cuda_test.cc | 229 +++++++++++++++++++++++++
cpp/src/arrow/flight/flight_test.cc | 21 ---
cpp/src/arrow/flight/serialization_internal.cc | 28 ++-
cpp/src/arrow/flight/server.cc | 35 +++-
cpp/src/arrow/flight/server.h | 3 +
cpp/src/arrow/flight/test_util.h | 23 +++
9 files changed, 343 insertions(+), 45 deletions(-)
create mode 100644 cpp/src/arrow/flight/flight_cuda_test.cc