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 22:27:09 UTC

[arrow] branch master updated (8c21776 -> 0c39156)

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 8c21776  ARROW-4220: [Python] Add buffered IO benchmarks with simulated high latency, allow duck-typed files in input_stream/output_stream
     add 0c39156  ARROW-6531: [Python] Add detach() method to buffered streams

No new revisions were added by this update.

Summary of changes:
 python/pyarrow/__init__.py                |  1 +
 python/pyarrow/includes/common.pxd        |  3 ++
 python/pyarrow/includes/libarrow.pxd      |  5 ++
 python/pyarrow/includes/libarrow_cuda.pxd |  1 -
 python/pyarrow/io.pxi                     | 85 ++++++++++++++++++++++++++++---
 python/pyarrow/tests/test_io.py           | 76 +++++++++++++++++++++++++++
 6 files changed, 164 insertions(+), 7 deletions(-)