You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by li...@apache.org on 2021/12/10 14:39:21 UTC

[arrow] branch master updated (00d5077 -> b1f009c)

This is an automated email from the ASF dual-hosted git repository.

lidavidm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from 00d5077  ARROW-14482: [C++][Gandiva] Implement MASK_FIRST_N and MASK_LAST_N functions
     add b1f009c  ARROW-14306: [C++][Compute] Add binary reverse kernel

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compute/kernels/scalar_string.cc     | 29 ++++++++++++++++++
 .../arrow/compute/kernels/scalar_string_test.cc    |  9 ++++++
 cpp/src/arrow/type.cc                              |  5 ++++
 cpp/src/arrow/type.h                               |  2 ++
 docs/source/cpp/compute.rst                        | 34 ++++++++++++----------
 docs/source/python/api/compute.rst                 |  1 +
 6 files changed, 65 insertions(+), 15 deletions(-)