khalidmammadov commented on code in PR #39869:
URL: https://github.com/apache/spark/pull/39869#discussion_r1096212352
##########
sql/core/src/test/scala/org/apache/spark/sql/errors/QueryExecutionErrorsSuite.scala:
##########
@@ -771,6 +771,31 @@ class QueryExecutionErrorsSuite
assert(e.getErrorClass === "STREAM_FAILED")
assert(e.getCause.isInstanceOf[NullPointerException])
}
+
+ test("UNSUPPORTED_EXPR_FOR_WINDOW: to_date is not supported with WINDOW") {
Review Comment:
Does it also need JIRA number here?
--
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]