We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2829f99 commit 3276fdaCopy full SHA for 3276fda
datafusion/sqllogictest/test_files/same_column_name_cross_join.slt
@@ -40,7 +40,8 @@ query IIIIII
40
select * from (t1 cross join t2) as t cross join t3;
41
-------
42
----
43
-5 6 1 2 3 4
+1 2 3 4 5 6
44
+
45
46
47
query IIIIIIII
@@ -54,10 +55,10 @@ query IIIIIIIIIIII
54
55
select * from (t1 cross join t2) as t cross join (t2 cross join t3) cross join (t1 cross join t3) as tt
56
--------
57
-1 2 5 6 1 2 3 4 3 4 5 6
58
+1 2 3 4 3 4 5 6 1 2 5 6
59
60
query IIIIIIIIIIIIIIII
61
select * from (t1 cross join t2) as t cross join (t2 cross join t3) cross join (t1 cross join t3) as tt cross join (t2 cross join t3) as ttt;
62
63
-1 2 5 6 1 2 3 4 3 4 5 6 3 4 5 6
64
+1 2 3 4 3 4 5 6 1 2 5 6 3 4 5 6
0 commit comments