Skip to content

Commit

Permalink
Update FilterPushdownSuite.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
pzzs committed Jun 1, 2015
1 parent ae3af6d commit c529d9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ class FilterPushdownSuite extends PlanTest {
val y = testRelation1.subquery('y)

val originalQuery = {
x.join(y, Inner)
x.join(y)
.where(("x.a".attr === 1 && "y.d".attr === "x.b".attr) ||
("x.a".attr === 1 && "y.d".attr === "x.c".attr))
}
Expand Down

0 comments on commit c529d9f

Please sign in to comment.