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/12/01 19:14:20 UTC

[arrow] branch master updated (fe9d031 -> 704d123)

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 fe9d031  ARROW-14800: [C++] Disambiguate std::launder on MSVC with C++17 enabled
     add 704d123  ARROW-14205: [C++] Add utf8_normalize compute function

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compute/api_scalar.cc                |  31 ++++
 cpp/src/arrow/compute/api_scalar.h                 |  12 ++
 cpp/src/arrow/compute/function_test.cc             |   2 +
 cpp/src/arrow/compute/kernels/scalar_string.cc     | 156 +++++++++++++++++++++
 .../arrow/compute/kernels/scalar_string_test.cc    |  75 ++++++++++
 cpp/src/arrow/util/utf8.h                          |  13 ++
 python/pyarrow/_compute.pyx                        |  23 +++
 python/pyarrow/compute.py                          |   1 +
 python/pyarrow/includes/libarrow.pxd               |  12 ++
 python/pyarrow/tests/test_compute.py               |  11 ++
 10 files changed, 336 insertions(+)