Skip to content

Commit 1762a96

Browse files
committed
fix tests
1 parent fcd2186 commit 1762a96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/core/src/test/scala/org/apache/spark/sql/execution/PlannerSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -958,7 +958,7 @@ class PlannerSuite extends SharedSparkSession {
958958
|INNER JOIN
959959
| (SELECT key + 1 AS k2 from df2) t2
960960
|ON t1.k1 = t2.k2
961-
""".stripMargin).queryExecution.executedPlan
961+
|""".stripMargin).queryExecution.executedPlan
962962
val exchanges = planned.collect { case s: ShuffleExchangeExec => s }
963963

964964
// Make sure aliases to an expression (key + 1) are not replaced.

0 commit comments

Comments
 (0)