Skip to content

Commit

Permalink
Update CollapseProjectSuite.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
j-esse committed Mar 18, 2019
1 parent 2f5c55e commit cfa09db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ class CollapseProjectSuite extends PlanTest {
val expected = Sample(0.0, 0.6, false, 11L, relation.select('a as 'c)).analyze
comparePlans(optimized, expected)
}

test("ensure oversize aliases are not repeatedly substituted") {
var query: LogicalPlan = testRelation
for( a <- 1 to 100) {
Expand Down

0 comments on commit cfa09db

Please sign in to comment.