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 8b571fd ARROW-6945: [Rust][Integration] Run rust integration tests
add 1aabcd8 ARROW-9091: [C++][Compute] Add default FunctionOptions
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/compute/cast.cc | 24 +++----
cpp/src/arrow/compute/cast_internal.h | 10 ++-
cpp/src/arrow/compute/exec.cc | 23 ++++---
cpp/src/arrow/compute/exec.h | 3 +-
cpp/src/arrow/compute/function.h | 51 ++++++++++-----
cpp/src/arrow/compute/kernel.cc | 2 +-
cpp/src/arrow/compute/kernel.h | 9 +--
cpp/src/arrow/compute/kernels/aggregate_basic.cc | 16 +++--
cpp/src/arrow/compute/kernels/aggregate_test.cc | 24 +++++--
cpp/src/arrow/compute/kernels/codegen_internal.h | 31 ++++++---
cpp/src/arrow/compute/kernels/scalar_cast_test.cc | 5 ++
cpp/src/arrow/compute/kernels/scalar_set_lookup.cc | 4 ++
.../compute/kernels/scalar_set_lookup_test.cc | 12 ++++
cpp/src/arrow/compute/kernels/scalar_string.cc | 17 ++---
.../arrow/compute/kernels/scalar_string_test.cc | 10 ++-
cpp/src/arrow/compute/kernels/vector_selection.cc | 73 ++++++++++------------
.../arrow/compute/kernels/vector_selection_test.cc | 26 ++++++++
cpp/src/arrow/compute/kernels/vector_sort.cc | 20 +++---
cpp/src/arrow/compute/kernels/vector_sort_test.cc | 12 +++-
python/pyarrow/_compute.pyx | 5 +-
python/pyarrow/includes/libarrow.pxd | 3 +-
21 files changed, 250 insertions(+), 130 deletions(-)