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 d3d6371e1e ARROW-14495: [Python] Fix DictionaryArray.from_buffers,
should not crash (#13989)
add 91aeae8ce8 ARROW-15839: [C++][Python] Accept validity bitmap in
ListArray.from_arrays (#13894)
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/array/array_list_test.cc | 40 +++++++++++++++++++++++
cpp/src/arrow/array/array_nested.cc | 53 +++++++++++++++++++------------
cpp/src/arrow/array/array_nested.h | 25 +++++++++++----
python/pyarrow/array.pxi | 58 +++++++++++++++++++++++-----------
python/pyarrow/includes/libarrow.pxd | 28 ++++++++++++----
python/pyarrow/tests/test_array.py | 58 ++++++++++++++++++++++++++++++++--
6 files changed, 209 insertions(+), 53 deletions(-)