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 2022/02/20 15:02:52 UTC

[arrow] branch master updated (f9f2c08 -> 773da643)

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 f9f2c08  ARROW-15708: [R] [CI] skip snappy encoded parquets on clang sanitizer
     add 773da643 ARROW-15614: [C++] Add sqrt binary scalar kernel

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compute/api_scalar.cc                |  1 +
 cpp/src/arrow/compute/api_scalar.h                 | 12 +++++
 cpp/src/arrow/compute/kernels/scalar_arithmetic.cc | 44 +++++++++++++++++
 .../compute/kernels/scalar_arithmetic_test.cc      | 57 ++++++++++++++++++++++
 docs/source/cpp/compute.rst                        |  4 ++
 docs/source/python/api/compute.rst                 |  2 +
 6 files changed, 120 insertions(+)