You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2023/01/11 23:55:19 UTC

[arrow] branch master updated (52def4e1ff -> c287cfe3cf)

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

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


    from 52def4e1ff GH-15282: [CI][C++] add CLANG_TOOLS variable in .travis.yaml (#32972)
     add c287cfe3cf GH-15264: [C++] Add scanner tests for disabling readahead and fix relevant bugs (#29185)

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/dataset/file_csv_test.cc     |  1 +
 cpp/src/arrow/dataset/file_ipc.cc          |  3 +++
 cpp/src/arrow/dataset/file_ipc_test.cc     |  1 +
 cpp/src/arrow/dataset/file_orc_test.cc     |  1 +
 cpp/src/arrow/dataset/file_parquet.cc      |  3 +++
 cpp/src/arrow/dataset/file_parquet_test.cc |  1 +
 cpp/src/arrow/dataset/scanner.cc           | 19 ++++++++++++++-----
 cpp/src/arrow/dataset/test_util.h          | 21 ++++++++++++++++++++-
 8 files changed, 44 insertions(+), 6 deletions(-)