jamxia155 commented on code in PR #14194: URL: https://github.com/apache/datafusion/pull/14194#discussion_r1926045303
########## datafusion/substrait/tests/cases/roundtrip_logical_plan.rs: ########## @@ -1228,6 +1237,105 @@ async fn verify_post_join_filter_value(proto: Box<Plan>) -> Result<()> { Ok(()) } +fn count_read_best_effort_filters(rel: &Rel, count: &mut u32) -> Result<()> { Review Comment: Switched to `filter` field instead. -- 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