We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42c9320 commit 9e1f47bCopy full SHA for 9e1f47b
datafusion/sqllogictest/test_files/same_column_name_cross_join.slt
@@ -42,12 +42,14 @@ select * from (t1 cross join t2) as t cross join t3;
42
----
43
5 6 1 2 3 4
44
45
+
46
query IIIIIIII
47
select * from (t1 cross join t2) as t cross join (t2 cross join t3)
48
-------
49
50
1 2 3 4 3 4 5 6
51
52
53
query IIIIIIIIIIII
54
select * from (t1 cross join t2) as t cross join (t2 cross join t3) cross join (t1 cross join t3) as tt
55
--------
0 commit comments