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 2020/06/05 19:43:32 UTC

[arrow] branch master updated (d598f96 -> b039c63)

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

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


    from d598f96  ARROW-9043: [Go] Temporarily copy LICENSE.txt to go/
     add b039c63  ARROW-9045: [C++] Expand / improve Take and Filter benchmarks for enhanced baseline

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compute/benchmark_util.h             |   7 +-
 cpp/src/arrow/compute/kernels/CMakeLists.txt       |   3 +-
 .../compute/kernels/vector_filter_benchmark.cc     | 107 --------
 .../compute/kernels/vector_selection_benchmark.cc  | 289 +++++++++++++++++++++
 .../arrow/compute/kernels/vector_take_benchmark.cc | 146 -----------
 5 files changed, 294 insertions(+), 258 deletions(-)
 delete mode 100644 cpp/src/arrow/compute/kernels/vector_filter_benchmark.cc
 create mode 100644 cpp/src/arrow/compute/kernels/vector_selection_benchmark.cc
 delete mode 100644 cpp/src/arrow/compute/kernels/vector_take_benchmark.cc