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/28 14:17:06 UTC

[arrow] branch master updated (6339ff8 -> d596ca7)

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 6339ff8  ARROW-12142: [Python][Doc] Mention the CXX ABI flag in the docs
     add d596ca7  ARROW-13157: [C++][Python] Add find_substring_regex kernel and implement ignore_case for find_substring

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compute/kernels/scalar_string.cc     | 88 ++++++++++++++++++----
 .../arrow/compute/kernels/scalar_string_test.cc    | 30 ++++++++
 docs/source/cpp/compute.rst                        |  4 +-
 docs/source/python/api/compute.rst                 |  1 +
 python/pyarrow/compute.py                          | 27 ++++++-
 python/pyarrow/tests/test_compute.py               | 27 +++----
 6 files changed, 145 insertions(+), 32 deletions(-)