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

[arrow] branch master updated (6f2e05d -> e99e70d)

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

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


    from 6f2e05d  ARROW-11677: [C++][Docs] Add basic C++ datasets documentation
     add e99e70d  ARROW-12220: [C++][CI] Thread sanitizer failure

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/util/async_generator.h       | 215 ++++++++++++++++++++---------
 cpp/src/arrow/util/async_generator_test.cc |  59 ++++++++
 cpp/src/arrow/util/thread_pool.cc          |   6 +
 cpp/src/arrow/util/thread_pool.h           |   3 +
 4 files changed, 218 insertions(+), 65 deletions(-)