Skip to content

Commit 64c0c86

Browse files
author
彭灿00244106
committed
update a new file
1 parent ded2c17 commit 64c0c86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/optimizer/RewriteDistinctAggregates.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ object RewriteDistinctAggregates extends Rule[LogicalPlan] {
241241
groupByAttrs ++ distinctAggChildAttrs ++ Seq(gid) ++ regularAggChildAttrMap.map(_._2),
242242
a.child)
243243

244-
// Construct the first aggregate operator. This de-duplicates the all the children of
244+
// Construct the first aggregate operator. This de-duplicates all the children of
245245
// distinct operators, and applies the regular aggregate operators.
246246
val firstAggregateGroupBy = groupByAttrs ++ distinctAggChildAttrs :+ gid
247247
val firstAggregate = Aggregate(

0 commit comments

Comments
 (0)