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/10 13:34:14 UTC

[arrow] branch master updated (140b0b2 -> f4dd806)

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 140b0b2  ARROW-14615: [C++] Refactor nested field refs and add union support
     add f4dd806  ARROW-13989: [C++] Add support for month-day-nano interval to compute functions

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compute/kernels/aggregate_test.cc    |   2 -
 cpp/src/arrow/compute/kernels/codegen_internal.h   |   2 +
 .../arrow/compute/kernels/hash_aggregate_test.cc   |   3 +-
 cpp/src/arrow/compute/kernels/scalar_if_else.cc    |   7 +-
 .../arrow/compute/kernels/scalar_if_else_test.cc   |  77 +++++++++++
 cpp/src/arrow/compute/kernels/vector_replace.cc    |   4 +-
 .../arrow/compute/kernels/vector_replace_test.cc   | 154 ++++++++++++++++-----
 cpp/src/arrow/type.cc                              |   2 +-
 cpp/src/arrow/type_traits.h                        |   1 +
 9 files changed, 209 insertions(+), 43 deletions(-)