You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by np...@apache.org on 2020/04/28 20:08:27 UTC

[arrow] branch master updated (0324a9c -> a43199b)

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

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


    from 0324a9c  ARROW-8617: [Rust] Avoid loading simd_load_set_invalid which doesn't exist on aarch64
     add a43199b  ARROW-8572: [Python] expose UnionArray fields to Python

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/array.cc               |  4 +++
 cpp/src/arrow/array_union_test.cc    |  2 ++
 python/pyarrow/array.pxi             | 33 ++++++++++++++++++++++++
 python/pyarrow/includes/libarrow.pxd |  2 ++
 python/pyarrow/tests/test_array.py   | 49 ++++++++++++++++++++++++++++--------
 5 files changed, 80 insertions(+), 10 deletions(-)