Skip to content

Commit ca1b44c

Browse files
author
Andrew Or
committed
Minor: Update comment
1 parent 995be3d commit ca1b44c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sql/core/src/main/scala/org/apache/spark/sql/execution/aggregate/TungstenAggregate.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ case class TungstenAggregate(
102102
}
103103
}
104104

105-
// Note: we need to set up the external sorter in each partition before computing
106-
// the parent partition, so we cannot simply use `mapPartitions` here (SPARK-9747).
105+
// Note: we need to set up the iterator in each partition before computing the
106+
// parent partition, so we cannot simply use `mapPartitions` here (SPARK-9747).
107107
val parentPartition = child.execute().asInstanceOf[RDD[UnsafeRow]]
108108
val resultRdd = {
109109
new MapPartitionsWithPreparationRDD[UnsafeRow, UnsafeRow, TungstenAggregationIterator](

0 commit comments

Comments
 (0)