This is an automated email from the ASF dual-hosted git repository.
apitrou pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
from f18d8b33bd GH-36598: [C++][MinGW] Fix build failure with Protobuf 23.4
(#36606)
add 95a8bfb319 GH-36417: [C++] Add Buffer::data_as,
Buffer::mutable_data_as (#36418)
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/array/array_base.h | 4 +-
cpp/src/arrow/array/array_dict.cc | 5 ++-
cpp/src/arrow/array/array_dict.h | 4 +-
cpp/src/arrow/array/array_nested.cc | 4 +-
cpp/src/arrow/array/array_nested.h | 18 ++++----
cpp/src/arrow/array/data.h | 9 ++++
cpp/src/arrow/buffer.cc | 14 +++---
cpp/src/arrow/buffer.h | 53 ++++++++++++++++++++--
cpp/src/arrow/buffer_builder.h | 14 ++++++
cpp/src/arrow/compute/kernels/hash_aggregate.cc | 60 ++++++++++++-------------
cpp/src/arrow/type.h | 2 +-
cpp/src/parquet/column_reader.cc | 25 +++++------
12 files changed, 141 insertions(+), 71 deletions(-)