Skip to content

Commit 8afb36b

Browse files
committed
[MINOR][SQL] Remove invalid comment from SparkStrategies
* The option is no longer preferred one as below comment * #21388 (comment) * Removing this to prevent contributors to waste their times
1 parent bc0498d commit 8afb36b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sql/core/src/main/scala/org/apache/spark/sql/execution/SparkStrategies.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,6 @@ abstract class SparkStrategies extends QueryPlanner[SparkPlan] {
494494
}
495495
}
496496

497-
// Can we automate these 'pass through' operations?
498497
object BasicOperators extends Strategy {
499498
def apply(plan: LogicalPlan): Seq[SparkPlan] = plan match {
500499
case d: DataWritingCommand => DataWritingCommandExec(d, planLater(d.query)) :: Nil

0 commit comments

Comments
 (0)