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

[arrow] branch master updated (5ccbca0 -> f345287)

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

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


    from 5ccbca0  ARROW-13346: [C++] Remove compile time parsing from EnumType
     add f345287  ARROW-12861: [C++][Compute] Add sign function kernels

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                 |   9 ++
 cpp/src/arrow/compute/kernels/scalar_arithmetic.cc |  77 ++++++++++++++++
 .../compute/kernels/scalar_arithmetic_test.cc      | 102 ++++++++++++++++++---
 docs/source/cpp/compute.rst                        |  70 +++++++-------
 docs/source/python/api/compute.rst                 |   7 +-
 6 files changed, 218 insertions(+), 48 deletions(-)