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 2021/04/28 09:07:42 UTC

[arrow] branch master updated (08acfa5 -> 654e369)

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 08acfa5  ARROW-10910: [Python] Provide better error message when trying to read from None source
     add 654e369  ARROW-9594: [Python] Preserve null indexes in DictionaryArray.to_numpy as it's done in DictionaryArray.to_pandas

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/python/arrow_to_pandas.cc |  5 +++
 python/pyarrow/array.pxi                |  5 +++
 python/pyarrow/includes/libarrow.pxd    |  1 +
 python/pyarrow/tests/test_array.py      | 70 +++++++++++++++++++++++++++++++++
 4 files changed, 81 insertions(+)