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 2ec4e99 ARROW-15300: [C++] Update Skyhook for async dataset interfaces
add ab86daf ARROW-14479: [C++] Hash Join Microbenchmarks
No new revisions were added by this update.
Summary of changes:
cpp/CMakePresets.json | 2 +
cpp/cmake_modules/BuildUtils.cmake | 4 +
cpp/cmake_modules/DefineOptions.cmake | 6 +
cpp/src/arrow/compute/exec/CMakeLists.txt | 13 +
cpp/src/arrow/compute/exec/hash_join_benchmark.cc | 417 ++++++++++++++++++++++
cpp/src/arrow/compute/exec/hash_join_graphs.py | 193 ++++++++++
6 files changed, 635 insertions(+)
create mode 100644 cpp/src/arrow/compute/exec/hash_join_benchmark.cc
create mode 100755 cpp/src/arrow/compute/exec/hash_join_graphs.py