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/09/01 20:18:12 UTC

[arrow] branch master updated (d6a62be4 -> e9eeff1)

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 d6a62be4 ARROW-13761: [R] arrow::filter() crashes (aborts R session)
     add e9eeff1  ARROW-12714: [C++] String title case kernel

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compute/kernels/scalar_string.cc     | 224 ++++++++++++++-------
 .../arrow/compute/kernels/scalar_string_test.cc    |  24 ++-
 cpp/src/arrow/util/utf8.h                          |   3 +-
 docs/source/cpp/compute.rst                        |   8 +-
 docs/source/python/api/compute.rst                 |   2 +
 r/R/expression.R                                   |   1 +
 6 files changed, 178 insertions(+), 84 deletions(-)