ildipo commented on code in PR #34711: URL: https://github.com/apache/arrow/pull/34711#discussion_r1150595776
########## cpp/src/arrow/compute/kernels/CMakeLists.txt: ########## @@ -93,9 +90,12 @@ add_arrow_benchmark(vector_selection_benchmark PREFIX "arrow-compute") # Aggregates -add_arrow_compute_test(aggregate_test - SOURCES - aggregate_test.cc - hash_aggregate_test.cc +add_arrow_compute_test(aggregate_test SOURCES aggregate_test.cc + # hash_aggregate_test.cc Review Comment: moved hash_aggregate_test in acero since it uses acero extensively -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
