Skip to content

Commit 7765900

Browse files
committed
add cross join test
1 parent 0eb4cfa commit 7765900

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

datafusion/sqllogictest/test_files/join.slt.part

+4
Original file line numberDiff line numberDiff line change
@@ -643,6 +643,10 @@ SELECT * FROM t1 RIGHT JOIN t2
643643
query error join condition should not be empty
644644
SELECT * FROM t1 FULL JOIN t2
645645

646+
# cross join no need for join condition
647+
statement ok
648+
SELECT * FROM t1 CROSS JOIN t2
649+
646650
# multiple inner joins with mixed ON clause and filter
647651
query III rowsort
648652
SELECT t1.t1_id, t2.t2_id, t3.t3_id

0 commit comments

Comments
 (0)