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 2022/02/02 13:28:26 UTC

[arrow] branch master updated (9e8ac56 -> 74deb45)

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 9e8ac56  ARROW-15506: [C++][Compute] Support Null type in hash_sum/hash_product/hash_mean
     add 74deb45  ARROW-15477: [C++][Python] Allow to create (FixedSize/Large)ListArray from arrays and type

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/array/array_nested.cc  | 63 +++++++++++++++++++++++---
 cpp/src/arrow/array/array_nested.h   | 16 +++++++
 python/pyarrow/array.pxi             | 88 ++++++++++++++++++++++++++++++------
 python/pyarrow/includes/libarrow.pxd | 17 ++++++-
 python/pyarrow/tests/test_array.py   | 34 ++++++++++++++
 5 files changed, 195 insertions(+), 23 deletions(-)