Skip to content

Commit 5ab9f75

Browse files
committed
comment fix
1 parent ae1186f commit 5ab9f75

File tree

1 file changed

+2
-1
lines changed
  • sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions

1 file changed

+2
-1
lines changed

sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/grouping.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,8 @@ object GroupingID {
157157
}
158158

159159
/**
160-
* Wrapper expression to avoid further optizations of child
160+
* Wrapper expression to avoid further optimizations between the parent and child of this
161+
* expression.
161162
*/
162163
case class GroupingExpression(child: Expression) extends UnaryExpression {
163164
override def eval(input: InternalRow): Any = {

0 commit comments

Comments
 (0)