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 f59221d ARROW-10616: [Developer] Expand PR labeler to all supported
languages
add 7c509a6 ARROW-9489: [C++] Add fill_null kernel implementation for
(array[string], scalar[string])
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/compute/kernels/codegen_internal.h | 16 ++++++
cpp/src/arrow/compute/kernels/scalar_fill_null.cc | 63 ++++++++++++++++++++++
.../arrow/compute/kernels/scalar_fill_null_test.cc | 10 ++++
cpp/src/arrow/compute/kernels/scalar_string.cc | 2 +-
docs/source/cpp/compute.rst | 22 ++++----
python/pyarrow/tests/test_compute.py | 10 ++++
6 files changed, 111 insertions(+), 12 deletions(-)