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 2020/06/30 17:24:25 UTC

[arrow] branch master updated (9d974ab -> e07a8bf)

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

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


    from 9d974ab  ARROW-6521: [C++] Add an API to query runtime build info
     add e07a8bf  ARROW-3520: [C++] Add "list_flatten" vector kernel wrapper for Flatten method of ListArray types

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/CMakeLists.txt                       |  1 +
 cpp/src/arrow/compute/kernels/CMakeLists.txt       |  1 +
 cpp/src/arrow/compute/kernels/vector_nested.cc     | 56 ++++++++++++++
 .../vector_nested_test.cc}                         | 23 +++---
 cpp/src/arrow/compute/registry.cc                  |  1 +
 cpp/src/arrow/compute/registry_internal.h          |  1 +
 python/pyarrow/array.pxi                           | 85 ++++++----------------
 python/pyarrow/compute.py                          |  2 +
 python/pyarrow/includes/libarrow.pxd               |  2 -
 python/pyarrow/lib.pxd                             |  8 +-
 10 files changed, 101 insertions(+), 79 deletions(-)
 create mode 100644 cpp/src/arrow/compute/kernels/vector_nested.cc
 copy cpp/src/arrow/compute/{util_internal.h => kernels/vector_nested_test.cc} (62%)