Skip to content

Commit

Permalink
Make the test not flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
viirya committed Dec 7, 2023
1 parent 25e0a29 commit de83aa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/sqllogictest/test_files/window.slt
Original file line number Diff line number Diff line change
Expand Up @@ -3766,7 +3766,7 @@ select a,
query II
select a,
rank() over (RANGE BETWEEN UNBOUNDED PRECEDING AND UNBOUNDED FOLLOWING) rnk
from (select 1 a union select 2 a) q ORDER BY rnk
from (select 1 a union select 2 a) q ORDER BY a
----
1 1
2 1
Expand Down

0 comments on commit de83aa7

Please sign in to comment.