Skip to content

Commit 9e1f47b

Browse files
committed
fix test
1 parent 42c9320 commit 9e1f47b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

datafusion/sqllogictest/test_files/same_column_name_cross_join.slt

+2
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,14 @@ select * from (t1 cross join t2) as t cross join t3;
4242
----
4343
5 6 1 2 3 4
4444

45+
4546
query IIIIIIII
4647
select * from (t1 cross join t2) as t cross join (t2 cross join t3)
4748
-------
4849
----
4950
1 2 3 4 3 4 5 6
5051

52+
5153
query IIIIIIIIIIII
5254
select * from (t1 cross join t2) as t cross join (t2 cross join t3) cross join (t1 cross join t3) as tt
5355
--------

0 commit comments

Comments
 (0)