pitrou commented on code in PR #46992: URL: https://github.com/apache/arrow/pull/46992#discussion_r2192851701
########## cpp/src/parquet/statistics.cc: ########## @@ -657,6 +661,7 @@ class TypedStatisticsImpl : public TypedStatistics<DType> { if (!MinMaxEqual(other)) return false; } + // TODO Modify comparison to check is_min_value_exact and is_max_value_exact Review Comment: Why not do it in this PR? -- 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