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 31e6e45 ARROW-8847: [C++] Pass task hints in Executor API
add da1c98a ARROW-8763: [C++] Add RandomAccessFile::WillNeed
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/gpu/cuda_test.cc | 11 ++++++++
cpp/src/arrow/io/caching.cc | 3 ++-
cpp/src/arrow/io/file.cc | 54 +++++++++++++++++++++++++++++++++++++
cpp/src/arrow/io/file.h | 5 ++++
cpp/src/arrow/io/file_test.cc | 26 ++++++++++++++++++
cpp/src/arrow/io/interfaces.cc | 9 +++++--
cpp/src/arrow/io/interfaces.h | 9 ++++++-
cpp/src/arrow/io/memory.cc | 26 ++++++++++++++++++
cpp/src/arrow/io/memory.h | 2 ++
cpp/src/arrow/io/memory_test.cc | 20 ++++++++++++++
cpp/src/arrow/util/io_util.cc | 55 ++++++++++++++++++++++++++++++++++++++
cpp/src/arrow/util/io_util.h | 7 +++++
cpp/src/arrow/util/io_util_test.cc | 24 +++++++++++++++++
13 files changed, 247 insertions(+), 4 deletions(-)