You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ap...@apache.org on 2021/06/07 17:09:27 UTC

[arrow] branch master updated (5754e4b -> 2820b25)

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 5754e4b  ARROW-12989: [CI] Avoid aggressive cancellation of the "Dev PR" workflow
     add 2820b25  ARROW-10959: [C++] Add scalar string join kernel

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/array/array_binary_test.cc           |  70 ++++++
 cpp/src/arrow/array/builder_binary.h               |  33 +++
 cpp/src/arrow/compute/function.cc                  |   5 +-
 cpp/src/arrow/compute/kernels/codegen_internal.h   |   6 +-
 cpp/src/arrow/compute/kernels/scalar_string.cc     | 278 +++++++++++++++++++++
 .../compute/kernels/scalar_string_benchmark.cc     |  44 ++++
 .../arrow/compute/kernels/scalar_string_test.cc    |  53 ++++
 cpp/src/arrow/compute/kernels/test_util.cc         |  82 ++++--
 cpp/src/arrow/compute/kernels/test_util.h          |  14 +-
 docs/source/cpp/compute.rst                        |  19 +-
 python/pyarrow/tests/test_compute.py               |  11 +
 11 files changed, 587 insertions(+), 28 deletions(-)