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/12/18 20:07:22 UTC

[arrow] branch master updated (519e9da -> 21241f2)

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 519e9da  ARROW-10927: [Rust][Parquet] Add Decimal to ArrayBuilderReader
     add 21241f2  ARROW-10182: [C++] Add basic continuation support to Future

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/io/hdfs.h                     |  10 +-
 cpp/src/arrow/util/functional.h             |  47 +++
 cpp/src/arrow/util/future.cc                |  25 ++
 cpp/src/arrow/util/future.h                 | 286 ++++++++++++--
 cpp/src/arrow/util/future_test.cc           | 589 +++++++++++++++++++++++++++-
 cpp/src/arrow/util/task_group.cc            |  44 +--
 cpp/src/arrow/util/task_group.h             |  24 +-
 cpp/src/arrow/util/task_group_test.cc       | 150 +++----
 cpp/src/arrow/util/thread_pool.cc           |  10 +-
 cpp/src/arrow/util/thread_pool.h            |  73 +---
 cpp/src/arrow/util/thread_pool_benchmark.cc |  54 ++-
 cpp/src/arrow/util/type_fwd.h               |   9 +-
 12 files changed, 1057 insertions(+), 264 deletions(-)