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 8f0679e commit 9db29e6Copy full SHA for 9db29e6
sql/core/src/main/scala/org/apache/spark/sql/execution/exchange/PruneShuffleAndSort.scala
@@ -23,8 +23,8 @@ import org.apache.spark.sql.catalyst.rules.Rule
23
import org.apache.spark.sql.execution.{SortExec, SparkPlan}
24
25
/**
26
- * Removes unnecessary shuffles and sorts after new ones are introduced by [[SparkPlan] SparkPlan]]
27
- * [[Rule Rules]], such as [[EnsureRequirements]].
+ * Removes unnecessary shuffles and sorts after new ones are introduced by [[Rule]]s for
+ * [[SparkPlan]]s, such as [[EnsureRequirements]].
28
*/
29
case class PruneShuffleAndSort() extends Rule[SparkPlan] {
30
0 commit comments