beliefer commented on a change in pull request #30943:
URL: https://github.com/apache/spark/pull/30943#discussion_r549943234
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/QueryCompilationErrors.scala
##########
@@ -268,6 +268,11 @@ object QueryCompilationErrors {
s"but $prettyName is not an aggregate function")
}
+ def ignoreNullsWithUnsupportedFunctionError(prettyName: String): Throwable =
{
+ new AnalysisException("IGNORE NULLS specified, " +
+ s"but $prettyName is not first, last or an offset window function")
Review comment:
OK
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]