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/05/06 12:02:07 UTC

[arrow] branch master updated (eb19aed -> 602a76a)

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 eb19aed  ARROW-12646: [C++][CI][Packaging][Python] Bump vcpkg version to its latest release
     add 602a76a  ARROW-12355: [C++] Implement efficient async CSV scanning

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/dataset/file_base.cc |  2 +-
 cpp/src/arrow/dataset/file_base.h  |  2 +-
 cpp/src/arrow/dataset/file_csv.cc  | 36 ++++++++++++++++++++++--------------
 cpp/src/arrow/dataset/file_csv.h   |  4 ++++
 cpp/src/arrow/dataset/scanner.cc   |  6 ++++--
 5 files changed, 32 insertions(+), 18 deletions(-)