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 2019/09/12 23:05:32 UTC

[arrow] branch master updated (0c39156 -> 3ea70b5)

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 0c39156  ARROW-6531: [Python] Add detach() method to buffered streams
     add 3ea70b5  ARROW-6252: [C++][Python] Add Array::Diff in C++ and Array.diff in Python to return diff as string

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/array.cc               |  6 ++++++
 cpp/src/arrow/array.h                |  4 ++++
 python/pyarrow/array.pxi             | 10 ++++++++++
 python/pyarrow/includes/libarrow.pxd |  1 +
 python/pyarrow/tests/test_array.py   | 19 +++++++++++++++++++
 5 files changed, 40 insertions(+)