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 2019/09/17 08:54:42 UTC

[arrow] branch master updated (accb292 -> 7fb6cbe)

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 accb292  ARROW-6362: [C++] Allow customizing S3 credentials provider
     add 7fb6cbe  ARROW-2490: [C++] Normalize input stream concurrency

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/gpu/cuda_memory.cc |  22 +++-
 cpp/src/arrow/gpu/cuda_memory.h  |  28 ++---
 cpp/src/arrow/gpu/cuda_test.cc   |  28 ++++-
 cpp/src/arrow/io/buffered.cc     |  18 +--
 cpp/src/arrow/io/buffered.h      |  33 ++---
 cpp/src/arrow/io/compressed.cc   |  22 +---
 cpp/src/arrow/io/compressed.h    |  22 ++--
 cpp/src/arrow/io/concurrency.h   | 264 +++++++++++++++++++++++++++++++++++++++
 cpp/src/arrow/io/file.cc         |  22 ++--
 cpp/src/arrow/io/file.h          |  34 ++---
 cpp/src/arrow/io/file_test.cc    |  65 +++++-----
 cpp/src/arrow/io/interfaces.cc   |  72 ++++++++++-
 cpp/src/arrow/io/interfaces.h    |  13 +-
 cpp/src/arrow/io/memory.cc       |  26 ++--
 cpp/src/arrow/io/memory.h        |  34 ++---
 15 files changed, 533 insertions(+), 170 deletions(-)
 create mode 100644 cpp/src/arrow/io/concurrency.h