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 568046a  ARROW-11475: [C++] Revert "Upgrade mimalloc"
     add 05ec438  ARROW-12161: [C++][Dataset] Revert async CSV reader in 
datasets

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/csv/reader.cc              | 223 +++++++++++--------------------
 cpp/src/arrow/csv/reader.h               |  11 --
 cpp/src/arrow/csv/reader_test.cc         |  15 +--
 cpp/src/arrow/dataset/file_base.cc       |  25 ++--
 cpp/src/arrow/dataset/file_csv.cc        |  75 +++--------
 cpp/src/arrow/dataset/file_test.cc       |  29 ----
 cpp/src/arrow/dataset/scanner.cc         |  39 ++----
 cpp/src/arrow/dataset/scanner.h          |   2 -
 cpp/src/arrow/dataset/scanner_internal.h |  90 +------------
 cpp/src/arrow/dataset/scanner_test.cc    |  15 ---
 cpp/src/arrow/dataset/test_util.h        | 151 ---------------------
 cpp/src/arrow/record_batch.h             |   9 --
 cpp/src/arrow/util/future.h              |   2 +-
 cpp/src/arrow/util/thread_pool.h         |   5 +-
 r/tests/testthat/test-dataset.R          |   1 -
 15 files changed, 123 insertions(+), 569 deletions(-)

Reply via email to