pitrou commented on code in PR #48615: URL: https://github.com/apache/arrow/pull/48615#discussion_r2682968125
########## cpp/src/arrow/util/float16_test.cc: ########## @@ -17,16 +17,14 @@ #include <array> #include <cmath> -#include <utility> - #include <gtest/gtest.h> +#include <span> +#include <utility> Review Comment: Can we move those up again? The GTest inclusion should be separate from standard library inclusions. -- 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]
