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/06/07 15:53:40 UTC

[arrow] branch master updated (8773b9d -> 7540b9f)

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 8773b9d  ARROW-10557: [C++] Add scalar string slicing/substring extract kernel
     add 7540b9f  ARROW-12661: [C++] Add ReaderOptions::skip_rows_after_names

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/csv/chunker.cc         |  34 +++++++++
 cpp/src/arrow/csv/chunker_test.cc    |  68 +++++++++++++++++
 cpp/src/arrow/csv/options.h          |   3 +
 cpp/src/arrow/csv/reader.cc          | 106 +++++++++++++++++---------
 cpp/src/arrow/json/chunker.cc        |   5 ++
 cpp/src/arrow/util/delimiting.cc     |  52 +++++++++++++
 cpp/src/arrow/util/delimiting.h      |  34 +++++++++
 python/pyarrow/_csv.pyx              |  37 ++++++++-
 python/pyarrow/includes/libarrow.pxd |   1 +
 python/pyarrow/tests/test_csv.py     | 141 +++++++++++++++++++++++++++++++----
 10 files changed, 425 insertions(+), 56 deletions(-)