adriangb commented on code in PR #15769: URL: https://github.com/apache/datafusion/pull/15769#discussion_r2075188445
########## datafusion/physical-plan/src/filter_pushdown.rs: ########## @@ -98,6 +116,13 @@ impl PredicateSupports { .collect() } + /// Are all filters marked as [`PredicateSupport::Supported`]? + pub fn is_exact(&self) -> bool { Review Comment: Already removed in 15443d5 -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org