jorisvandenbossche commented on code in PR #50951: URL: https://github.com/apache/arrow/pull/50951#discussion_r3864717982
########## cpp/src/arrow/acero/hash_join_benchmark.cc: ########## @@ -32,6 +32,7 @@ #include <cstdint> #include <cstdio> #include <memory> +#include <numeric> Review Comment: Is there a reason for those additions? (a bunch of files in the diff here have just an `include` change) -- 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]
