zhuqi-lucas commented on code in PR #14245: URL: https://github.com/apache/datafusion/pull/14245#discussion_r1926634800
########## datafusion/sqllogictest/test_files/joins.slt: ########## @@ -4225,7 +4225,7 @@ query IIIIB SELECT * FROM t0 FULL JOIN t1 ON t0.c2 >= t1.c2 LIMIT 2; ---- 2 2 2 2 true -3 3 2 2 true +2 2 2 2 false Review Comment: Why this change? According to this PR, the limit push down to full join both side: https://github.com/apache/datafusion/pull/12963 -- 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