andishgar commented on code in PR #46422: URL: https://github.com/apache/arrow/pull/46422#discussion_r2126079781
########## cpp/src/arrow/array/statistics_test.cc: ########## @@ -15,9 +15,12 @@ // specific language governing permissions and limitations // under the License. +#include <cmath> + #include <gtest/gtest.h> #include "arrow/array/statistics.h" +#include "arrow/compare.h" Review Comment: By the way, I already mentioned [here](https://github.com/apache/arrow/pull/45663#issuecomment-2718449700) that some parts of the Arrow project don't seem to follow the "include what you use" rule. What should we do about this? (Although I don't think I'll be able to resolve these issues myself.) -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org