You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2020/06/04 00:57:56 UTC

[arrow] branch master updated (d21b44e -> 5916874)

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

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


    from d21b44e  ARROW-2702: [Python] Change a couple of error types in numpy_to_arrow.cc
     add 5916874  ARROW-8904: [Python] Adapt to child->field API migration/deprecation

No new revisions were added by this update.

Summary of changes:
 python/pyarrow/array.pxi             | 13 +++++++++----
 python/pyarrow/includes/libarrow.pxd |  5 -----
 python/pyarrow/lib.pxd               |  3 +--
 python/pyarrow/tests/test_array.py   | 20 ++++++++++----------
 python/pyarrow/tests/test_types.py   |  6 +++---
 python/pyarrow/types.pxi             | 26 +++++++++++++++-----------
 6 files changed, 38 insertions(+), 35 deletions(-)