File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
sql/core/src/main/scala/org/apache/spark/sql/execution Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ case class Exchange(
9292 } else if (serializeMapOutputs && serializer.supportsRelocationOfSerializedObjects) {
9393 // SPARK-4550 extended sort-based shuffle to serialize individual records prior to sorting
9494 // them. This optimization is guarded by a feature-flag and is only applied in cases where
95- // shuffle dependency does not specify an ordering and the record serializer has certain
95+ // shuffle dependency does not specify an aggregator and the record serializer has certain
9696 // properties. If this optimization is enabled, we can safely avoid the copy.
9797 //
9898 // This optimization also applies to UnsafeShuffleManager (added in SPARK-7081).
You can’t perform that action at this time.
0 commit comments