Skip to content

Commit

Permalink
reset one change
Browse files Browse the repository at this point in the history
  • Loading branch information
rxin committed May 23, 2017
1 parent 13bf330 commit 49df10d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,8 @@ class ColumnPruningSuite extends PlanTest {
val expected =
Join(
Project(Seq($"x.key"), SubqueryAlias("x", input)),
ResolvedHint(Project(Seq($"y.key"), SubqueryAlias("y", input))), Inner, None).analyze
ResolvedHint(Project(Seq($"y.key"), SubqueryAlias("y", input))),
Inner, None).analyze

comparePlans(optimized, expected)
}
Expand Down

0 comments on commit 49df10d

Please sign in to comment.