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 167201e ARROW-8860: [C++] Fix IPC/Feather decompression for nested
types (with child_data)
add e692744 ARROW-5377: [C++] Make IpcPayload public and add
GetPayloadSize
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/flight/client.cc | 2 +-
cpp/src/arrow/flight/perf_server.cc | 7 +-
cpp/src/arrow/flight/serialization_internal.cc | 8 +--
cpp/src/arrow/flight/server.cc | 27 ++++----
cpp/src/arrow/flight/types.h | 2 +-
cpp/src/arrow/ipc/read_write_test.cc | 16 +++--
cpp/src/arrow/ipc/reader.h | 5 --
cpp/src/arrow/ipc/writer.cc | 50 ++++++++------
cpp/src/arrow/ipc/writer.h | 95 ++++++++++++++------------
cpp/src/arrow/python/deserialize.cc | 2 +-
cpp/src/arrow/python/flight.cc | 4 +-
cpp/src/arrow/python/serialize.cc | 5 +-
python/pyarrow/includes/libarrow.pxd | 4 +-
13 files changed, 119 insertions(+), 108 deletions(-)