maropu commented on a change in pull request #31913:
URL: https://github.com/apache/spark/pull/31913#discussion_r600518216
##########
File path:
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/constraintExpressions.scala
##########
@@ -39,3 +39,9 @@ case class KnownNotNull(child: Expression) extends
TaggingExpression {
}
case class KnownFloatingPointNormalized(child: Expression) extends
TaggingExpression
+
+/**
+ * Wrapper expression to avoid further optimizations between the parent and
child of this
+ * expression.
+ */
+case class GroupingExpression(child: Expression) extends TaggingExpression
Review comment:
nit: How about `GroupingExpression` -> `ReferencedByGroupingExpr`?
--
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]