You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ko...@apache.org on 2022/11/29 06:48:39 UTC

[arrow] branch master updated (15a3b054f9 -> 479941a9de)

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

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


    from 15a3b054f9 ARROW-18113: [C++] Add RandomAccessFile::ReadManyAsync (#14723)
     add 479941a9de ARROW-18334: [C++] Handle potential non-commutativity by rebinding (#14659)

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compute/exec/expression.cc      |  88 ++++++++-----
 cpp/src/arrow/compute/exec/expression_test.cc | 172 +++++++++++++-------------
 cpp/src/arrow/datum.h                         |  21 +++-
 cpp/src/arrow/datum_test.cc                   |  25 ++++
 cpp/src/arrow/scalar.cc                       |   9 ++
 cpp/src/arrow/scalar.h                        |  27 +++-
 cpp/src/arrow/scalar_test.cc                  |  25 ++++
 7 files changed, 245 insertions(+), 122 deletions(-)