We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2ee5fe commit 11beb61Copy full SHA for 11beb61
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/optimizer/FilterPushdownSuite.scala
@@ -33,11 +33,10 @@ class FilterPushdownSuite extends PlanTest {
33
val batches =
34
Batch("Subqueries", Once,
35
EliminateSubQueries) ::
36
- Batch("Transform Condition", Once,
37
- TransformCondition) ::
38
Batch("Filter Pushdown", Once,
39
CombineFilters,
40
PushPredicateThroughProject,
+ BooleanSimplification,
41
PushPredicateThroughJoin,
42
PushPredicateThroughGenerate,
43
ColumnPruning,
0 commit comments