dentiny commented on code in PR #1276: URL: https://github.com/apache/iceberg-rust/pull/1276#discussion_r2068122685
########## crates/iceberg/src/expr/visitors/inclusive_metrics_evaluator.rs: ########## @@ -2104,6 +2113,9 @@ mod test { equality_ids: vec![], sort_order_id: None, partition_spec_id: 0, + referenced_data_file: None, Review Comment: The reason I manually assigned these fields is to keep coding style consistency. -- 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