Jefffrey commented on code in PR #19518: URL: https://github.com/apache/datafusion/pull/19518#discussion_r2654812582
########## datafusion/sqllogictest/test_files/errors.slt: ########## @@ -125,7 +125,7 @@ from aggregate_test_100 order by c9 # WindowFunction wrong signature -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 +statement error DataFusion error: Error during planning: Internal error: Function 'nth_value' failed to match any signature Review Comment: This is what I aim to tackle in https://github.com/apache/datafusion/issues/19004 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
