Skip to content

Commit fa949ba

Browse files
authored
fix: another non-deterministic join test (#10122)
1 parent ea53917 commit fa949ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/sqllogictest/test_files/joins.slt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3627,7 +3627,7 @@ physical_plan
36273627
13)------------ProjectionExec: expr=[1 as c, 3 as d]
36283628
14)--------------PlaceholderRowExec
36293629

3630-
query IIII
3630+
query IIII rowsort
36313631
SELECT * FROM (
36323632
SELECT 1 as c, 2 as d
36333633
UNION ALL

0 commit comments

Comments
 (0)