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/09 18:57:26 UTC

[arrow] branch master updated (97a1c26 -> 9839eb4)

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 97a1c26  ARROW-12975: [C++][Python] if_else kernel doesn't support upcasting
     add 9839eb4  ARROW-12951: [C++] Reduce generated code size for string kernels

No new revisions were added by this update.

Summary of changes:
 .../compute/kernels/scalar_arithmetic_test.cc      |   13 -
 cpp/src/arrow/compute/kernels/scalar_string.cc     | 1003 ++++++++++----------
 .../arrow/compute/kernels/scalar_string_test.cc    |    5 +-
 cpp/src/arrow/testing/gtest_util.cc                |   13 +
 cpp/src/arrow/testing/gtest_util.h                 |    8 +
 5 files changed, 532 insertions(+), 510 deletions(-)