Skip to content

Commit 11beb61

Browse files
committed
Update FilterPushdownSuite.scala
1 parent f2ee5fe commit 11beb61

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,10 @@ class FilterPushdownSuite extends PlanTest {
3333
val batches =
3434
Batch("Subqueries", Once,
3535
EliminateSubQueries) ::
36-
Batch("Transform Condition", Once,
37-
TransformCondition) ::
3836
Batch("Filter Pushdown", Once,
3937
CombineFilters,
4038
PushPredicateThroughProject,
39+
BooleanSimplification,
4140
PushPredicateThroughJoin,
4241
PushPredicateThroughGenerate,
4342
ColumnPruning,

0 commit comments

Comments
 (0)