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 21:04:41 UTC

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

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 c3a6878  ARROW-6530: [CI][Crossbow][R] Nightly R job doesn't install all dependencies
     add 8c21776  ARROW-4220: [Python] Add buffered IO benchmarks with simulated high latency, allow duck-typed files in input_stream/output_stream

No new revisions were added by this update.

Summary of changes:
 python/benchmarks/io.py         | 89 +++++++++++++++++++++++++++++++++++++++++
 python/pyarrow/io.pxi           | 14 +++----
 python/pyarrow/tests/test_io.py | 40 ++++++++++++++++++
 3 files changed, 135 insertions(+), 8 deletions(-)
 create mode 100644 python/benchmarks/io.py