Skip to content

Commit

Permalink
Update FilterPushdownSuite.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
pzzs committed Apr 30, 2015
1 parent dc83ae9 commit 70d0fca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class FilterPushdownSuite extends PlanTest {
.limit(2)
.select('a)

val optimized = Optimize(originalQuery.analyze)
val optimized = Optimize.execute(originalQuery.analyze)
val correctAnswer =
testRelation
.select('a)
Expand Down

0 comments on commit 70d0fca

Please sign in to comment.