You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by li...@apache.org on 2021/06/10 20:04:56 UTC

[arrow] branch master updated (49f4b18 -> 1830d15)

This is an automated email from the ASF dual-hosted git repository.

lidavidm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from 49f4b18  ARROW-12948: [C++][Python] Add slice_replace kernel
     add 1830d15  ARROW-12952: [C++] Add count_substring_regex

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compute/kernels/scalar_string.cc     | 103 +++++++++++++--
 .../arrow/compute/kernels/scalar_string_test.cc    | 143 ++++++++++++++-------
 docs/source/cpp/compute.rst                        |   2 +
 docs/source/python/api/compute.rst                 |   1 +
 python/pyarrow/compute.py                          |  23 +++-
 python/pyarrow/tests/test_compute.py               |  33 +++--
 6 files changed, 238 insertions(+), 67 deletions(-)