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/07/16 19:27:17 UTC

[arrow] branch master updated (e61843a -> 8ce0c01)

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 e61843a  ARROW-13352: [C++] Make sure scalar case_when fully initializes output
     add 8ce0c01  ARROW-12745: [C++][Compute] Add floor, ceiling, and truncate kernels

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compute/api_scalar.cc                |   3 +
 cpp/src/arrow/compute/api_scalar.h                 |  29 +++
 cpp/src/arrow/compute/kernels/scalar_arithmetic.cc |  63 ++++-
 .../compute/kernels/scalar_arithmetic_test.cc      | 285 +++++++++++++++++----
 docs/source/cpp/compute.rst                        |  16 ++
 docs/source/python/api/compute.rst                 |  13 +
 6 files changed, 349 insertions(+), 60 deletions(-)