Skip to content

Commit f1eee03

Browse files
committed
change the test case name back
1 parent c7c5f43 commit f1eee03

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/ColumnPruningSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ class ColumnPruningSuite extends PlanTest {
132132
comparePlans(optimized, expected)
133133
}
134134

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

0 commit comments

Comments
 (0)