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/08 10:39:32 UTC

[arrow] branch master updated (30f52a2 -> 8f001fc)

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 30f52a2  ARROW-13002: [C++] Add a check for the utf8proc's version in CMake
     add 8f001fc  ARROW-12949: [C++] Add starts_with and ends_with

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compute/kernels/scalar_string.cc     | 143 ++++++++++++++++++++-
 .../compute/kernels/scalar_string_benchmark.cc     |  30 +++++
 .../arrow/compute/kernels/scalar_string_test.cc    |  59 +++++++++
 docs/source/cpp/compute.rst                        |  47 ++++---
 docs/source/python/api/compute.rst                 |  10 +-
 5 files changed, 260 insertions(+), 29 deletions(-)