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/27 15:02:35 UTC

[arrow] branch master updated (c65ffe3 -> d920695)

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 c65ffe3  ARROW-12482: [Doc][C++][Python] Mention CSVStreamingReader pitfalls with type inference
     add d920695  ARROW-12392: [C++] Restore asynchronous streaming CSV reader

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/csv/reader.cc              | 223 ++++++++++++++++++++-----------
 cpp/src/arrow/csv/reader.h               |  13 ++
 cpp/src/arrow/csv/reader_test.cc         |  10 +-
 cpp/src/arrow/dataset/file_base.cc       |  33 ++---
 cpp/src/arrow/dataset/file_csv.cc        |  87 +++++++++---
 cpp/src/arrow/dataset/scanner.cc         |  28 ++--
 cpp/src/arrow/dataset/scanner.h          |   3 +
 cpp/src/arrow/dataset/scanner_internal.h | 126 ++++++++++++-----
 8 files changed, 363 insertions(+), 160 deletions(-)