File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/optimizer Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -158,11 +158,9 @@ class FilterPushdownSuite extends PlanTest {
158158 .where(' a === 1 && ' a === 2 )
159159 .select(' a ).analyze
160160
161-
162161 comparePlans(optimized, correctAnswer)
163162 }
164163
165-
166164 test(" joins: push to either side" ) {
167165 val x = testRelation.subquery(' x )
168166 val y = testRelation.subquery(' y )
@@ -218,7 +216,6 @@ class FilterPushdownSuite extends PlanTest {
218216
219217 comparePlans(optimized, correctAnswer)
220218 }
221-
222219
223220 test(" joins: rewrite filter to push to either side" ) {
224221 val x = testRelation.subquery(' x )
@@ -596,6 +593,5 @@ class FilterPushdownSuite extends PlanTest {
596593 .select(' b ).analyze
597594
598595 comparePlans(optimized1, analysis.EliminateSubQueries (correctAnswer1))
599-
600596 }
601597}
You can’t perform that action at this time.
0 commit comments