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/01 13:28:20 UTC

[arrow] branch master updated (090f11c -> 24e3b7f)

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 090f11c  ARROW-10354: [Rust][DataFusion] regexp_extract function to select regex groups from strings
     add 24e3b7f  ARROW-12097: [C++] Modify BackgroundGenerator so it creates fewer threads

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/csv/reader.cc                |  21 +-
 cpp/src/arrow/util/async_generator.h       | 182 ++++++++++++----
 cpp/src/arrow/util/async_generator_test.cc | 327 ++++++++++++++++++++++++-----
 cpp/src/arrow/util/iterator.h              |   5 +
 cpp/src/arrow/util/test_common.h           |  14 ++
 5 files changed, 441 insertions(+), 108 deletions(-)