We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcd2186 commit 1762a96Copy full SHA for 1762a96
sql/core/src/test/scala/org/apache/spark/sql/execution/PlannerSuite.scala
@@ -958,7 +958,7 @@ class PlannerSuite extends SharedSparkSession {
958
|INNER JOIN
959
| (SELECT key + 1 AS k2 from df2) t2
960
|ON t1.k1 = t2.k2
961
- """.stripMargin).queryExecution.executedPlan
+ |""".stripMargin).queryExecution.executedPlan
962
val exchanges = planned.collect { case s: ShuffleExchangeExec => s }
963
964
// Make sure aliases to an expression (key + 1) are not replaced.
0 commit comments