CTTY commented on code in PR #1470: URL: https://github.com/apache/iceberg-rust/pull/1470#discussion_r2210875745
########## crates/iceberg/src/scan/context.rs: ########## @@ -262,6 +346,61 @@ impl PlanContext { field_ids: self.field_ids.clone(), expression_evaluator_cache: self.expression_evaluator_cache.clone(), delete_file_index, + filter_fn, } } } + +struct Ancestors { Review Comment: This can be handy for validation in `SnapshotProducer` as well, maybe we should move this to a new module `util/snapshot.rs` -- 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