Skip to content

Commit

Permalink
Minor: Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Or committed Aug 7, 2015
1 parent 995be3d commit ca1b44c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ case class TungstenAggregate(
}
}

// Note: we need to set up the external sorter in each partition before computing
// 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).
val parentPartition = child.execute().asInstanceOf[RDD[UnsafeRow]]
val resultRdd = {
new MapPartitionsWithPreparationRDD[UnsafeRow, UnsafeRow, TungstenAggregationIterator](
Expand Down

0 comments on commit ca1b44c

Please sign in to comment.