Skip to content

Commit 0b67078

Browse files
authored
Fix intermittent CI test failure (#10120)
1 parent dea4a1b commit 0b67078

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
@@ -3673,7 +3673,7 @@ physical_plan
36733673
11)------------ProjectionExec: expr=[1 as c, 3 as d]
36743674
12)--------------PlaceholderRowExec
36753675

3676-
query IIII
3676+
query IIII rowsort
36773677
SELECT * FROM (
36783678
SELECT 1 as c, 2 as d
36793679
UNION ALL

0 commit comments

Comments
 (0)