Skip to content

Commit

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

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

0 comments on commit c68eaa7

Please sign in to comment.