Skip to content

Commit 45ca84c

Browse files
committed
fxi
1 parent 75d82bd commit 45ca84c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

datafusion/sqllogictest/test_files/joins.slt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4324,14 +4324,14 @@ physical_plan
43244324
######
43254325
## FULL JOIN w/ LIMIT
43264326
######
4327-
query II
4327+
query II rowsort
43284328
select * from t1 FULL JOIN t2 ON t1.a = t2.b;
43294329
----
4330-
5 5
4331-
4 4
4332-
3 3
4333-
2 2
43344330
1 1
4331+
2 2
4332+
3 3
4333+
4 4
4334+
5 5
43354335

43364336
# the output of this query should be two rows from the previous query
43374337
# there should be no nulls
@@ -5064,7 +5064,7 @@ physical_plan
50645064
05)--------DataSourceExec: partitions=1, partition_sizes=[0]
50655065
06)--------DataSourceExec: partitions=1, partition_sizes=[10000]
50665066

5067-
query II
5067+
query II
50685068
SELECT *
50695069
FROM t2
50705070
WHERE k2 > 0

datafusion/sqllogictest/test_files/unnest.slt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,7 @@ query TT
875875
explain select * from unnest_table u, unnest(u.column1);
876876
----
877877
logical_plan
878-
01)Cross Join:
878+
01)Cross Join:
879879
02)--SubqueryAlias: u
880880
03)----TableScan: unnest_table projection=[column1, column2, column3, column4, column5]
881881
04)--Subquery:

0 commit comments

Comments
 (0)