Skip to content

Commit

Permalink
Add rowsort directive to an unstable slt test
Browse files Browse the repository at this point in the history
  • Loading branch information
gruuya committed Apr 17, 2024
1 parent 40d9d98 commit 2c32aea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datafusion/sqllogictest/test_files/joins.slt
Original file line number Diff line number Diff line change
Expand Up @@ -3627,7 +3627,7 @@ physical_plan
13)------------ProjectionExec: expr=[1 as c, 3 as d]
14)--------------PlaceholderRowExec

query IIII
query IIII rowsort
SELECT * FROM (
SELECT 1 as c, 2 as d
UNION ALL
Expand Down Expand Up @@ -3673,7 +3673,7 @@ physical_plan
11)------------ProjectionExec: expr=[1 as c, 3 as d]
12)--------------PlaceholderRowExec

query IIII
query IIII rowsort
SELECT * FROM (
SELECT 1 as c, 2 as d
UNION ALL
Expand Down

0 comments on commit 2c32aea

Please sign in to comment.