cloud-fan commented on a change in pull request #32149:
URL: https://github.com/apache/spark/pull/32149#discussion_r613070583
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/errors/QueryParsingErrors.scala
##########
@@ -88,6 +88,11 @@ object QueryParsingErrors {
new ParseException("DISTRIBUTE BY is not supported", ctx)
}
+ def transformNotSupportQuantifierError(ctx: ParserRuleContext): Throwable = {
+ new ParseException("TRANSFORM not support quantifier DISTINCT/ALL " +
+ "for input expression seq", ctx)
Review comment:
`for input expression seq` -> `in inputs`
--
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]