xxchan commented on code in PR #1470: URL: https://github.com/apache/iceberg-rust/pull/1470#discussion_r2221347900
########## 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: btw, what kind of validation are you talking about? It seems currently there's no such thing where `Ancestors` can be used ########## 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: btw, what kind of validation are you talking about? It seems currently there's no such place where `Ancestors` can be used -- 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