You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ap...@apache.org on 2021/05/04 14:44:26 UTC

[arrow] branch master updated (0ee3b90 -> fc10964)

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

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


    from 0ee3b90  ARROW-12631: [Python] Accept Scanner in pyarrow.dataset.write_dataset
     add fc10964  ARROW-12522: [C++] Add ReadRangeCache::WaitFor

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/filesystem/s3fs_benchmark.cc |   6 +-
 cpp/src/arrow/io/caching.cc                | 186 +++++++++++++++++++++++------
 cpp/src/arrow/io/caching.h                 |  39 ++++--
 cpp/src/arrow/io/interfaces.cc             |  10 +-
 cpp/src/arrow/io/memory_test.cc            | 143 +++++++++++++++++++---
 5 files changed, 318 insertions(+), 66 deletions(-)