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 f0a5e30 ARROW-13776: [C++] Offline thirdparty versions.txt is missing
extensions for some files
add eee6bf1 ARROW-7179: [C++][Python][R] Consolidate coalesce/fill_null
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/CMakeLists.txt | 1 -
cpp/src/arrow/compute/api_scalar.cc | 4 -
cpp/src/arrow/compute/api_scalar.h | 15 -
cpp/src/arrow/compute/kernels/CMakeLists.txt | 1 -
cpp/src/arrow/compute/kernels/scalar_fill_null.cc | 244 ---------------
.../arrow/compute/kernels/scalar_fill_null_test.cc | 184 ------------
cpp/src/arrow/compute/kernels/scalar_if_else.cc | 333 +++++++++++++++++----
.../compute/kernels/scalar_if_else_benchmark.cc | 144 ++++++---
cpp/src/arrow/compute/registry.cc | 1 -
cpp/src/arrow/compute/registry_internal.h | 1 -
docs/source/cpp/compute.rst | 15 +-
docs/source/python/compute.rst | 14 +-
python/pyarrow/compute.py | 16 +-
python/pyarrow/tests/test_compute.py | 3 +-
r/R/compute.R | 2 +-
r/man/call_function.Rd | 2 +-
16 files changed, 392 insertions(+), 588 deletions(-)
delete mode 100644 cpp/src/arrow/compute/kernels/scalar_fill_null.cc
delete mode 100644 cpp/src/arrow/compute/kernels/scalar_fill_null_test.cc