cloud-fan commented on a change in pull request #28501:
URL: https://github.com/apache/spark/pull/28501#discussion_r425128389
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/unresolved.scala
##########
@@ -540,11 +540,12 @@ case class UnresolvedOrdinal(ordinal: Int)
}
/**
- * Represents unresolved aggregate with having clause, it is turned by the
analyzer into a Filter.
+ * Represents unresolved having clause, the child for it can be Aggregate,
Grouping Sets, Rollup
Review comment:
`can be Aggregate or GroupingSets`
----------------------------------------------------------------
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]