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 83d3379 commit 294b62aCopy full SHA for 294b62a
sql/core/src/test/scala/org/apache/spark/sql/SubquerySuite.scala
@@ -1647,7 +1647,7 @@ class SubquerySuite extends QueryTest with SharedSparkSession with AdaptiveSpark
1647
checkAnswer(df, Nil)
1648
}
1649
1650
- test("AQE should not silently reuse subquery") {
+ test("SPARK-31206: AQE should not use same SubqueryExec when reuse is off") {
1651
Seq(true, false).foreach { reuse =>
1652
withSQLConf(SQLConf.ADAPTIVE_EXECUTION_ENABLED.key -> "true",
1653
SQLConf.SUBQUERY_REUSE_ENABLED.key -> reuse.toString) {
0 commit comments