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 2021/11/24 15:37:51 UTC

[arrow] branch master updated (71160ed -> 4b1135c)

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 71160ed  ARROW-14778: [C++] Round mean of decimal types after division
     add 4b1135c  ARROW-13412: [C++] Fix Kleene kernels on chunked array + scalar input

No new revisions were added by this update.

Summary of changes:
 cpp/examples/arrow/compute_register_example.cc     |  6 +++--
 cpp/src/arrow/compute/exec.cc                      | 10 ++++++-
 cpp/src/arrow/compute/kernels/scalar_boolean.cc    | 31 +++++++++++-----------
 .../arrow/compute/kernels/scalar_boolean_test.cc   |  7 ++---
 4 files changed, 30 insertions(+), 24 deletions(-)