You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by fs...@apache.org on 2019/08/20 17:29:13 UTC

[arrow] branch master updated (5da8ae8 -> 1a085f0)

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

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


    from 5da8ae8  ARROW-6067: [Python] Fix failing large memory Python tests
     add 1a085f0  ARROW-5992: [C++][Python] Support String->Binary in Array::View. Add Python bindings for Array::View

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/array.cc               |  7 ++++---
 cpp/src/arrow/array_view_test.cc     |  7 +++++++
 cpp/src/arrow/testing/random.cc      |  6 +++---
 python/pyarrow/array.pxi             | 19 +++++++++++++++++++
 python/pyarrow/includes/libarrow.pxd |  2 ++
 python/pyarrow/tests/test_array.py   |  9 +++++++++
 6 files changed, 44 insertions(+), 6 deletions(-)