Skip to content
Closed
Prev Previous commit
Next Next commit
change the test case name back
  • Loading branch information
gatorsmile committed Mar 14, 2016
commit f1eee03aa8d745044f18fd97c2dca543c421497f
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ class ColumnPruningSuite extends PlanTest {
comparePlans(optimized, expected)
}

test("No column pruning on Filter") {
test("Column pruning on Filter") {
val input = LocalRelation('a.int, 'b.string, 'c.double)
val query = Project('a :: Nil, Filter('c > Literal(0.0), input)).analyze
val expected =
Expand Down