Skip to content

Commit 9f4d3b5

Browse files
committed
add final
1 parent 291db45 commit 9f4d3b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/core/src/main/scala/org/apache/spark/sql/execution/adaptive/AQEOptimizer.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class AQEOptimizer(conf: SQLConf) extends RuleExecutor[LogicalPlan] {
3232
Batch("Eliminate Join to Empty Relation", Once, EliminateJoinToEmptyRelation)
3333
)
3434

35-
override protected def batches: Seq[Batch] = {
35+
final override protected def batches: Seq[Batch] = {
3636
val excludedRules = conf.getConf(SQLConf.ADAPTIVE_OPTIMIZER_EXCLUDED_RULES)
3737
.toSeq.flatMap(Utils.stringToSeq)
3838
defaultBatches.flatMap { batch =>

0 commit comments

Comments
 (0)