zml1206 opened a new issue, #8061: URL: https://github.com/apache/incubator-gluten/issues/8061
### Backend VL (Velox) ### Bug description ``` select nth_value(1, 2) over (order by a) from values (1), (2) as tbl(a) ``` ### Spark version None ### Spark configurations _No response_ ### System information _No response_ ### Relevant logs ```bash org.apache.gluten.exception.GlutenException: org.apache.gluten.exception.GlutenException: Exception: VeloxRuntimeError Error Source: RUNTIME Error Code: INVALID_STATE Retriable: False Expression: args[0].constantValue == nullptr Function: NthValueFunction File: /Users/zml/Desktop/git_hub/incubator-gluten1/ep/build-velox/build/velox_ep/velox/functions/lib/window/NthValue.cpp Line: 34 ``` -- 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]
