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/08/04 12:03:45 UTC

[arrow] branch master updated (1f8c62e -> e4ba2f2)

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 1f8c62e  ARROW-13163: [C++][Gandiva] Implement REPEAT function on Gandiva
     add e4ba2f2  ARROW-12946: [C++] String swap case kernel

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compute/kernels/scalar_string.cc     | 349 ++++++++++++---------
 .../arrow/compute/kernels/scalar_string_test.cc    |  28 ++
 docs/source/cpp/compute.rst                        |   4 +
 docs/source/python/api/compute.rst                 |   2 +
 4 files changed, 240 insertions(+), 143 deletions(-)