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 2019/12/18 16:57:50 UTC

[arrow] branch master updated (4c63bef -> d0126e7)

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 4c63bef  ARROW-4225: [Format][C++] Add CSC sparse matrix support
     add d0126e7  ARROW-7362: [Python][C++] Added ListArray.Flatten() that properly flattens a ListArray

No new revisions were added by this update.

Summary of changes:
 ci/scripts/cpp_build.sh              |  3 ++
 ci/scripts/python_build.sh           |  5 +++
 cpp/src/arrow/array.cc               | 54 ++++++++++++++++++++++
 cpp/src/arrow/array.h                | 16 +++++++
 cpp/src/arrow/array/validate.cc      | 10 +----
 cpp/src/arrow/array_list_test.cc     | 55 +++++++++++++++++++++++
 python/pyarrow/array.pxi             | 60 +++++++++++++++++++++----
 python/pyarrow/includes/libarrow.pxd |  2 +
 python/pyarrow/tests/test_array.py   | 86 ++++++++++++++----------------------
 9 files changed, 222 insertions(+), 69 deletions(-)