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

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


    from 3dc01c5  ARROW-11795: [MATLAB] Migrate MATLAB Interface for Apache 
Arrow design doc to Markdown
     add 868b543  ARROW-12208: [C++] Add the ability to run async tasks without 
using the CPU thread pool

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/csv/reader.cc              |  23 +++---
 cpp/src/arrow/csv/reader.h               |   4 +-
 cpp/src/arrow/dataset/file_base.cc       |  75 ++++++++++---------
 cpp/src/arrow/dataset/file_csv.cc        |  23 ++++--
 cpp/src/arrow/dataset/scanner.cc         |  32 +++++---
 cpp/src/arrow/dataset/scanner.h          |  10 ++-
 cpp/src/arrow/dataset/scanner_internal.h |  15 ++--
 cpp/src/arrow/dataset/test_util.h        |   8 +-
 cpp/src/arrow/util/thread_pool.cc        |  64 ++++++++++++++++
 cpp/src/arrow/util/thread_pool.h         |  79 +++++++++++++++++++-
 cpp/src/arrow/util/thread_pool_test.cc   | 122 +++++++++++++++++++++++++++++++
 11 files changed, 374 insertions(+), 81 deletions(-)

Reply via email to