Skip to content

Commit 5eebe19

Browse files
committed
Skip an alias.
1 parent eb09843 commit 5eebe19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/optimizer/PushFoldableIntoBranchesSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class PushFoldableIntoBranchesSuite
3434
extends PlanTest with ExpressionEvalHelper with PredicateHelper {
3535

3636
object Optimize extends RuleExecutor[LogicalPlan] {
37-
val batches = Batch("PushFoldableIntoBranchesSuite", FixedPoint(50),
37+
val batches = Batch("PushFoldableIntoBranches", FixedPoint(50),
3838
BooleanSimplification, ConstantFolding, SimplifyConditionals, PushFoldableIntoBranches) :: Nil
3939
}
4040

0 commit comments

Comments
 (0)