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 2020/11/09 21:29:17 UTC

[arrow] branch master updated (995abdc -> 3e72c70)

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 995abdc  ARROW-7531: [C++] Reduce header inclusion cost slightly
     add 3e72c70  ARROW-5394: [C++][Benchmark] IsIn and IndexIn benchmark for integer and string types

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compute/kernels/CMakeLists.txt       |   1 +
 .../compute/kernels/scalar_set_lookup_benchmark.cc | 138 +++++++++++++++++++++
 2 files changed, 139 insertions(+)
 create mode 100644 cpp/src/arrow/compute/kernels/scalar_set_lookup_benchmark.cc