Skip to content

Commit 3276fda

Browse files
committed
fix test
1 parent 2829f99 commit 3276fda

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

datafusion/sqllogictest/test_files/same_column_name_cross_join.slt

+4-3
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ query IIIIII
4040
select * from (t1 cross join t2) as t cross join t3;
4141
-------
4242
----
43-
5 6 1 2 3 4
43+
1 2 3 4 5 6
44+
4445

4546

4647
query IIIIIIII
@@ -54,10 +55,10 @@ query IIIIIIIIIIII
5455
select * from (t1 cross join t2) as t cross join (t2 cross join t3) cross join (t1 cross join t3) as tt
5556
--------
5657
----
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
5859

5960
query IIIIIIIIIIIIIIII
6061
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;
6162
--------
6263
----
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

Comments
 (0)