sdd commented on code in PR #241: URL: https://github.com/apache/iceberg-rust/pull/241#discussion_r1527514205
########## crates/iceberg/src/expr/predicate.rs: ########## @@ -599,6 +635,14 @@ impl Display for BoundPredicate { } } +pub(crate) trait PredicateVisitor<T> { Review Comment: I don't think these are needed anymore. -- 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