You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by yi...@apache.org on 2021/05/20 01:48:07 UTC

[arrow] branch master updated (aa37d19 -> 3a85ab4)

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

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


    from aa37d19  ARROW-12810: [Python] Stop AWS SDK from looking for metadata service
     add 3a85ab4  ARROW-12685: [C++][Compute] Add unary absolute value 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 |  78 +++++++++++++++
 .../compute/kernels/scalar_arithmetic_test.cc      | 108 ++++++++++++++++++++-
 cpp/src/arrow/util/int_util_internal.h             |   2 +-
 docs/source/cpp/compute.rst                        |   4 +
 docs/source/python/api/compute.rst                 |   2 +
 7 files changed, 204 insertions(+), 3 deletions(-)