Skip to content

Commit

Permalink
Update test comment
Browse files Browse the repository at this point in the history
  • Loading branch information
viirya committed Dec 4, 2023
1 parent ab0b486 commit f12b9e6
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 @@ -3738,7 +3738,7 @@ FROM score_board s
statement ok
DROP TABLE score_board;

# RANGE frame with/without (multiple) ORDER BY
# RANGE frame can be regularized to ROWS frame only if empty ORDER BY clause
query error DataFusion error: Error during planning: RANGE requires exactly one ORDER BY column
select a,
rank() over (partition by a order by a, a + 1 RANGE UNBOUNDED PRECEDING) rnk
Expand Down

0 comments on commit f12b9e6

Please sign in to comment.