We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 995be3d commit ca1b44cCopy full SHA for ca1b44c
sql/core/src/main/scala/org/apache/spark/sql/execution/aggregate/TungstenAggregate.scala
@@ -102,8 +102,8 @@ case class TungstenAggregate(
102
}
103
104
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).
+ // Note: we need to set up the iterator in each partition before computing the
+ // parent partition, so we cannot simply use `mapPartitions` here (SPARK-9747).
107
val parentPartition = child.execute().asInstanceOf[RDD[UnsafeRow]]
108
val resultRdd = {
109
new MapPartitionsWithPreparationRDD[UnsafeRow, UnsafeRow, TungstenAggregationIterator](
0 commit comments