Skip to content

Commit

Permalink
Revert cmake change
Browse files Browse the repository at this point in the history
  • Loading branch information
zanmato1984 committed Jan 6, 2024
1 parent 50136d8 commit 80b5765
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions cpp/src/arrow/acero/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -170,11 +170,7 @@ add_arrow_acero_test(plan_test
add_arrow_acero_test(source_node_test SOURCES source_node_test.cc test_nodes.cc)
add_arrow_acero_test(fetch_node_test SOURCES fetch_node_test.cc test_nodes.cc)
add_arrow_acero_test(order_by_node_test SOURCES order_by_node_test.cc test_nodes.cc)
add_arrow_acero_test(hash_join_node_test
SOURCES
hash_join_node_test.cc
bloom_filter_test.cc
swiss_join_test.cc)
add_arrow_acero_test(hash_join_node_test SOURCES hash_join_node_test.cc bloom_filter_test.cc)
add_arrow_acero_test(pivot_longer_node_test SOURCES pivot_longer_node_test.cc
test_nodes.cc)

Expand Down

0 comments on commit 80b5765

Please sign in to comment.