We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae3af6d commit c529d9fCopy full SHA for c529d9f
1 file changed
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/optimizer/FilterPushdownSuite.scala
@@ -202,7 +202,7 @@ class FilterPushdownSuite extends PlanTest {
202
val y = testRelation1.subquery('y)
203
204
val originalQuery = {
205
- x.join(y, Inner)
+ x.join(y)
206
.where(("x.a".attr === 1 && "y.d".attr === "x.b".attr) ||
207
("x.a".attr === 1 && "y.d".attr === "x.c".attr))
208
}
0 commit comments