marvinlanhenke commented on issue #150: URL: https://github.com/apache/iceberg-rust/issues/150#issuecomment-1994688748
@liurenjie1024 @sdd ...I'm a little lost what's left to be done here - sorry for the confusion. We already have ```rust pub fn negate(self) -> Predicate ``` ...so the expression rewriter to remove `NOT` operator could be a function on `Predicate` itself that matches `Predicate::Not(expr)` and negates the children expressions? -- 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