You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ap...@apache.org on 2022/11/17 15:12:31 UTC

[arrow] branch master updated (0f87e6bf89 -> b5b0282516)

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

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


    from 0f87e6bf89 ARROW-18121: [Release][CI] Use Ubuntu 22.04 for verifying binaries (#14470)
     add b5b0282516 ARROW-15538: [C++] Expanding coverage of math functions from Substrait to Acero (#14434)

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 +++
 .../compute/kernels/base_arithmetic_internal.h     |  8 ++
 cpp/src/arrow/compute/kernels/scalar_arithmetic.cc |  9 +++
 .../compute/kernels/scalar_arithmetic_test.cc      | 94 +++++++++++++++++++++-
 cpp/src/arrow/engine/substrait/extension_set.cc    | 34 +++++++-
 cpp/src/arrow/engine/substrait/extension_set.h     |  6 ++
 cpp/src/arrow/engine/substrait/function_test.cc    | 38 ++++++++-
 docs/source/cpp/compute.rst                        | 76 ++++++++---------
 9 files changed, 234 insertions(+), 41 deletions(-)