You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by bk...@apache.org on 2021/03/10 15:54:26 UTC

[arrow] branch master updated (d1b01e6 -> 2ace1e3)

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

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


    from d1b01e6  PARQUET-1993: [C++] expose way to wait for I/O to complete
     add 2ace1e3  ARROW-11877: [C++] Add microbenchmark for SimplifyWithGuarantee

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/dataset/CMakeLists.txt          |  9 +++
 cpp/src/arrow/dataset/expression_benchmark.cc | 93 +++++++++++++++++++++++++++
 2 files changed, 102 insertions(+)
 create mode 100644 cpp/src/arrow/dataset/expression_benchmark.cc