Skip to content

Commit c8ef923

Browse files
HeartSaVioRhvanhovell
authored andcommitted
[MINOR][SQL] Remove invalid comment from SparkStrategies
## What changes were proposed in this pull request? This patch is removing invalid comment from SparkStrategies, given that TODO-like comment is no longer preferred one as the comment: apache#21388 (comment) Removing invalid comment will prevent contributors to spend their times which is not going to be merged. ## How was this patch tested? N/A Author: Jungtaek Lim <[email protected]> Closes apache#21595 from HeartSaVioR/MINOR-remove-invalid-comment-on-spark-strategies.
1 parent bc11146 commit c8ef923

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)