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 41c2fe8 MINOR: RST formatting in Python Datasets docs
add 9e38494 ARROW-13222: [C++] Improve type support for case_when
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/array/array_test.cc | 115 +++-
cpp/src/arrow/array/builder_base.h | 19 +
cpp/src/arrow/array/builder_binary.cc | 8 +
cpp/src/arrow/array/builder_binary.h | 27 +
cpp/src/arrow/array/builder_nested.h | 62 ++
cpp/src/arrow/array/builder_primitive.cc | 8 +
cpp/src/arrow/array/builder_primitive.h | 40 ++
cpp/src/arrow/array/builder_union.cc | 30 +
cpp/src/arrow/array/builder_union.h | 7 +
cpp/src/arrow/array/util.cc | 7 +-
cpp/src/arrow/buffer_builder.h | 10 +
cpp/src/arrow/compute/kernels/scalar_if_else.cc | 310 +++++++++-
.../compute/kernels/scalar_if_else_benchmark.cc | 103 +++-
.../arrow/compute/kernels/scalar_if_else_test.cc | 637 +++++++++++++++++++++
cpp/src/arrow/testing/gtest_util.h | 2 +
cpp/src/arrow/type_traits.h | 11 +
docs/source/cpp/compute.rst | 5 +-
17 files changed, 1361 insertions(+), 40 deletions(-)