You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2023/01/30 17:32:42 UTC

[arrow] branch master updated (de6e537e51 -> 16f6644e57)

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

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


    from de6e537e51 MINOR: [Go][ipc] Fix typeFromFB  (#33905)
     add 16f6644e57 GH-33588: [Substrait] Add Substrait→Acero mapping for round operationMajor: (#33775)

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compute/api_scalar.cc                |  23 +
 cpp/src/arrow/compute/api_scalar.h                 |  31 +-
 cpp/src/arrow/compute/kernels/scalar_round.cc      | 477 ++++++++++++---------
 .../kernels/scalar_round_arithmetic_test.cc        | 365 +++++++++++++---
 .../compute/kernels/scalar_round_benchmark.cc      | 160 ++++---
 cpp/src/arrow/engine/substrait/extension_set.cc    |  33 ++
 cpp/src/arrow/engine/substrait/function_test.cc    |  42 +-
 7 files changed, 799 insertions(+), 332 deletions(-)