This is an automated email from the ASF dual-hosted git repository.
westonpace pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 43f8015 ARROW-13332: [C++] TSAN failure in
TestAsyncUtil.ReadaheadFailed
add 17e6f23 ARROW-11889: [C++] Add parallelism to streaming CSV reader
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/csv/column_decoder.cc | 227 +++-----------
cpp/src/arrow/csv/column_decoder.h | 39 +--
cpp/src/arrow/csv/column_decoder_test.cc | 234 ++++++--------
cpp/src/arrow/csv/reader.cc | 514 +++++++++++++++++--------------
cpp/src/arrow/csv/reader_test.cc | 86 +++++-
cpp/src/arrow/util/async_generator.h | 2 +
python/pyarrow/tests/test_csv.py | 120 +++-----
7 files changed, 571 insertions(+), 651 deletions(-)