jcsherin commented on code in PR #13201:
URL: https://github.com/apache/datafusion/pull/13201#discussion_r1829389055


##########
datafusion/sqllogictest/test_files/window.slt:
##########
@@ -4892,7 +4892,7 @@ DROP TABLE t1;
 statement ok
 CREATE TABLE t1(v1 BIGINT);
 
-query error DataFusion error: Execution error: Expected a signed integer 
literal for the second argument of nth_value, got v1@0
+query error DataFusion error: This feature is not implemented: There is only 
support Literal types for field at idx: 1 in Window Function

Review Comment:
   The original error message is more specific. You can transform it by using 
`map_err` when invalid input is provided.



-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to