This is an automated email from the ASF dual-hosted git repository.
wesm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from ecc3ed8 ARROW-10008: [C++][Dataset] Fix filtering/row group
statistics of dict columns
add 72a0e96 ARROW-10121: [C++] Fix emission of new dictionaries in IPC
writer
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/ipc/CMakeLists.txt | 3 +-
cpp/src/arrow/ipc/dictionary.cc | 15 +-
cpp/src/arrow/ipc/dictionary.h | 5 +-
cpp/src/arrow/ipc/read_write_test.cc | 652 ++++++++++++-----------------------
cpp/src/arrow/ipc/reader.cc | 141 ++++++--
cpp/src/arrow/ipc/reader.h | 29 +-
cpp/src/arrow/ipc/tensor_test.cc | 506 +++++++++++++++++++++++++++
cpp/src/arrow/ipc/writer.cc | 86 +++--
cpp/src/arrow/ipc/writer.h | 3 +
cpp/src/arrow/pretty_print.cc | 2 +-
10 files changed, 943 insertions(+), 499 deletions(-)
create mode 100644 cpp/src/arrow/ipc/tensor_test.cc