Skip to content

Commit 55653f3

Browse files
committed
Another snapshot update
1 parent 9315cea commit 55653f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/sqllogictest/test_files/errors.slt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ from aggregate_test_100
120120
order by c9
121121

122122
# WindowFunction wrong signature
123-
statement error DataFusion error: Error during planning: Failed to coerce arguments to satisfy a call to 'nth_value' function: coercion from \[Int32, Int64, Int64\] to the signature OneOf\(\[Any\(0\), Any\(1\), Any\(2\)\]\) failed
123+
statement error DataFusion error: Error during planning: Failed to coerce arguments to satisfy a call to 'nth_value' function: coercion from Int32, Int64, Int64 to the signature OneOf\(\[Any\(0\), Any\(1\), Any\(2\)\]\) failed
124124
select
125125
c9,
126126
nth_value(c5, 2, 3) over (order by c9) as nv1

0 commit comments

Comments
 (0)