skyzh commented on code in PR #14595: URL: https://github.com/apache/datafusion/pull/14595#discussion_r1957438517
########## datafusion/sqllogictest/test_files/join.slt.part: ########## @@ -1312,3 +1312,85 @@ SELECT a+b*2, statement ok drop table t1; + + +statement ok +CREATE TABLE t1(v0 BIGINT, v1 BIGINT); + +statement ok +CREATE TABLE t0(v0 BIGINT, v1 BIGINT); + +statement ok Review Comment: only added (2) in https://github.com/apache/datafusion/pull/14595/commits/c353246262f264a06d433b5977994b5d468bad76, I have some test cases for (1) in the comments but I don't plan to support them right now. -- 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