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 4909403 ARROW-9289: [R] Remove deprecated functions
add 39d9345 ARROW-7285: [C++] ensure C++ implementation meets clarified
dictionary spec
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/ipc/dictionary.cc | 18 ++++
cpp/src/arrow/ipc/dictionary.h | 10 +++
cpp/src/arrow/ipc/metadata_internal.cc | 5 +-
cpp/src/arrow/ipc/metadata_internal.h | 3 +-
cpp/src/arrow/ipc/read_write_test.cc | 151 +++++++++++++++++++++++++++++++++
cpp/src/arrow/ipc/reader.cc | 30 ++++---
cpp/src/arrow/ipc/writer.cc | 30 ++++++-
cpp/src/arrow/ipc/writer.h | 35 ++++++++
8 files changed, 262 insertions(+), 20 deletions(-)