Skip to content

Commit

Permalink
cont
Browse files Browse the repository at this point in the history
  • Loading branch information
buraksenn committed Nov 4, 2024
1 parent f28163a commit 0706334
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 @@ -4864,7 +4864,7 @@ SELECT lag(column2, 1.1) OVER (order by column1) FROM t;
query error DataFusion error: Execution error: Expected an integer value
SELECT lead(column2, 1.1) OVER (order by column1) FROM t;

query error DataFusion error: Execution error: Expected an integer value
query error DataFusion error: Execution error: Expected a signed integer literal for the second argument of nth_value
SELECT nth_value(column2, 1.1) OVER (order by column1) FROM t;

statement ok
Expand Down

0 comments on commit 0706334

Please sign in to comment.