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/04/21 14:03:20 UTC

[arrow] branch master updated (be258f2 -> 37c27d1)

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 be258f2  ARROW-12485: [C++] Use mimalloc as the default memory allocator on macOS
     add 37c27d1  ARROW-10195: [C++] Add string struct extract kernel using re2

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compute/api_scalar.h                 |  11 +-
 cpp/src/arrow/compute/kernels/scalar_string.cc     | 244 ++++++++++++++++++++-
 .../arrow/compute/kernels/scalar_string_test.cc    |  78 +++++++
 cpp/src/arrow/compute/kernels/test_util.cc         |   2 +-
 docs/source/cpp/compute.rst                        |  15 ++
 python/pyarrow/_compute.pyx                        |  17 ++
 python/pyarrow/compute.py                          |   1 +
 python/pyarrow/includes/libarrow.pxd               |   5 +
 python/pyarrow/tests/test_compute.py               |   7 +
 9 files changed, 369 insertions(+), 11 deletions(-)