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/24 21:11:46 UTC

[arrow] branch master updated (a584b57 -> 7756f91)

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 a584b57  ARROW-9183: [C++] Fix build with clang & old libstdc++.
     add 7756f91  ARROW-7375: [Python] Expose C++ MakeArrayOfNull

No new revisions were added by this update.

Summary of changes:
 docs/source/python/api/arrays.rst    |  7 ++++---
 python/pyarrow/__init__.py           |  2 +-
 python/pyarrow/array.pxi             | 18 ++++++++++++++++++
 python/pyarrow/includes/libarrow.pxd |  2 ++
 python/pyarrow/tests/test_array.py   | 19 +++++++++++++++++++
 5 files changed, 44 insertions(+), 4 deletions(-)