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 372e6ef ARROW-8762: [C++] Use arrow::internal::BitmapAnd directly in
Gandiva
add 42c886e ARROW-5744: [C++] Allow Table::CombineChunks to leave string
columns chunked
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/array/array_nested.cc | 5 ++--
cpp/src/arrow/array/array_nested.h | 3 +-
cpp/src/arrow/array/builder_binary.h | 2 --
cpp/src/arrow/array/concatenate.cc | 30 ++++++++++----------
cpp/src/arrow/array/concatenate.h | 10 +++++--
cpp/src/arrow/array/concatenate_test.cc | 9 ++----
cpp/src/arrow/compute/kernels/vector_selection.cc | 7 +++--
cpp/src/arrow/table.cc | 34 +++++++++++++++++++----
cpp/src/arrow/table.h | 6 ++--
cpp/src/arrow/table_test.cc | 25 +++++++++++++++++
cpp/src/arrow/type.h | 3 ++
cpp/src/arrow/type_fwd.h | 1 +
python/pyarrow/array.pxi | 9 +++---
python/pyarrow/includes/libarrow.pxd | 5 ++--
r/src/table.cpp | 1 +
15 files changed, 102 insertions(+), 48 deletions(-)