Skip to content

Commit 073d8e8

Browse files
buraksennjcsherin
andauthored
Update datafusion/sqllogictest/test_files/errors.slt
Co-authored-by: Sherin Jacob <[email protected]>
1 parent 7a8a760 commit 073d8e8

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

datafusion/sqllogictest/test_files/errors.slt

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

122122
# WindowFunction wrong signature
123-
statement error
123+
statement error DataFusion error: Error during planning: Error during planning: 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
127127
from aggregate_test_100
128128
order by c9
129-
----
130-
DataFusion error: Error during planning: Error during planning: Coercion from [Int32, Int64, Int64] to the signature OneOf([Any(0), Any(1), Any(2)]) failed. No function matches the given name and argument types 'nth_value(Int32, Int64, Int64)'. You might need to add explicit type casts.
131-
Candidate functions:
132-
nth_value()
133-
nth_value(Any)
134-
nth_value(Any, Any)
135129

136130

137131
# nth_value with wrong name

0 commit comments

Comments
 (0)