emkornfield commented on code in PR #7687: URL: https://github.com/apache/arrow-rs/pull/7687#discussion_r2205393903
########## parquet/src/file/statistics.rs: ########## @@ -209,9 +209,6 @@ pub fn from_thrift( old_format, ), Type::INT96 => { - // INT96 statistics may not be correct, because comparison is signed Review Comment: I don't think we should remove this until we have a filter on known good statistics. -- 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