Dandandan commented on code in PR #17090: URL: https://github.com/apache/datafusion/pull/17090#discussion_r2264565892
########## datafusion/optimizer/src/push_down_filter.rs: ########## @@ -2730,7 +2787,7 @@ mod tests { assert_optimized_plan_equal!( plan, @r" - Right Join: Using test.a = test2.a + Right Join: Using test.a = test2.a Filter: test.a <= Int64(1) Review Comment: These filters seem redundant (always true)? -- 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