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:28:36 UTC

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

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 a9f2091  ARROW-12820: [C++] Support zone offset in ISO8601, strptime parser
     add 140b0b2  ARROW-14615: [C++] Refactor nested field refs and add union support

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/array/array_nested.cc                |  38 ++++++
 cpp/src/arrow/array/array_nested.h                 |   8 ++
 cpp/src/arrow/array/array_union_test.cc            |  65 +++++++++
 cpp/src/arrow/compute/api_scalar.cc                |   8 ++
 cpp/src/arrow/compute/api_scalar.h                 |  12 ++
 cpp/src/arrow/compute/exec/expression.cc           |  28 +---
 cpp/src/arrow/compute/kernels/scalar_nested.cc     | 152 +++++++++++++++++++++
 .../arrow/compute/kernels/scalar_nested_test.cc    | 108 +++++++++++++++
 docs/source/cpp/compute.rst                        |  43 ++++--
 docs/source/python/api/compute.rst                 |   1 +
 10 files changed, 431 insertions(+), 32 deletions(-)