Erigara commented on code in PR #1520: URL: https://github.com/apache/iceberg-rust/pull/1520#discussion_r2218388201
########## crates/iceberg/src/writer/file_writer/parquet_writer.rs: ########## @@ -266,7 +266,7 @@ impl MinMaxColAggregator { self.upper_bounds .entry(field_id) .and_modify(|e| { - if *e > datum { + if *e < datum { Review Comment: I will look into it, now it's tested as part of `test_parquet_writer` -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org