raulcd commented on code in PR #46922:
URL: https://github.com/apache/arrow/pull/46922#discussion_r2174742668


##########
cpp/src/arrow/dataset/CMakeLists.txt:
##########
@@ -207,8 +207,8 @@ if(ARROW_PARQUET)
 endif()
 
 if(ARROW_BUILD_BENCHMARKS)
-  add_arrow_benchmark(file_benchmark PREFIX "arrow-dataset")
-  add_arrow_benchmark(scanner_benchmark PREFIX "arrow-dataset")
+  add_arrow_compute_benchmark(file_benchmark PREFIX "arrow-dataset")
+  add_arrow_compute_benchmark(scanner_benchmark PREFIX "arrow-dataset")

Review Comment:
   ok, done, let me know what you think!



-- 
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]

Reply via email to