You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ap...@apache.org on 2021/07/21 16:24:32 UTC

[arrow] branch master updated (5889ebb -> 55891ed)

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 5889ebb  ARROW-13419: [JS] Fix perf tests
     add 55891ed  ARROW-13391: [CSV] Correct row and column number to error messages with CSV streaming reader

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/csv/column_builder.cc |   2 +-
 cpp/src/arrow/csv/column_decoder.cc |  19 ++--
 cpp/src/arrow/csv/reader.cc         |  15 +--
 python/pyarrow/tests/test_csv.py    | 201 +++++++++++++++++++++---------------
 4 files changed, 135 insertions(+), 102 deletions(-)