You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by bk...@apache.org on 2020/11/12 19:12:30 UTC

[arrow] branch master updated (40a7a6f -> 3051604)

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

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


    from 40a7a6f  ARROW-10567: [C++] Add multiple perf runs options for higher precision reporting
     add 3051604  ARROW-10484: [C++] Make Future<> more generic

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/flight/flight_benchmark.cc |   2 +-
 cpp/src/arrow/io/caching.cc              |   2 +-
 cpp/src/arrow/io/interfaces.cc           |   8 +-
 cpp/src/arrow/result.h                   |   6 +
 cpp/src/arrow/result_test.cc             |  49 ++++---
 cpp/src/arrow/util/future.cc             |  12 +-
 cpp/src/arrow/util/future.h              | 242 +++++++++++--------------------
 cpp/src/arrow/util/future_test.cc        |  91 +++++++++---
 cpp/src/arrow/util/parallel.h            |   2 +-
 cpp/src/arrow/util/thread_pool.h         |  76 ++++++----
 cpp/src/plasma/client.cc                 |   2 +-
 11 files changed, 257 insertions(+), 235 deletions(-)