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

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


    from 7128b5e  ARROW-14002: [Python] Support tuples in unify_schemas
     add 1bef74b  ARROW-12673: [C++] Add callback to handle incorrect column 
counts

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/csv/invalid_row.h  |  56 ++++++++++++++++++
 cpp/src/arrow/csv/options.h      |   3 +
 cpp/src/arrow/csv/parser.cc      |  67 +++++++++++++++-------
 cpp/src/arrow/csv/parser.h       |  41 ++++++++++---
 cpp/src/arrow/csv/parser_test.cc | 121 +++++++++++++++++++++++++++++++++++++++
 cpp/src/arrow/csv/reader.cc      |   9 +--
 cpp/src/arrow/csv/reader_test.cc | 112 +++++++++++++++++++++++++-----------
 cpp/src/arrow/csv/test_common.cc |  10 ++--
 cpp/src/arrow/csv/test_common.h  |   4 +-
 9 files changed, 351 insertions(+), 72 deletions(-)
 create mode 100644 cpp/src/arrow/csv/invalid_row.h

Reply via email to