Skip to content

Commit 294b62a

Browse files
committed
attch jira id
1 parent 83d3379 commit 294b62a

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/SubquerySuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1647,7 +1647,7 @@ class SubquerySuite extends QueryTest with SharedSparkSession with AdaptiveSpark
16471647
checkAnswer(df, Nil)
16481648
}
16491649

1650-
test("AQE should not silently reuse subquery") {
1650+
test("SPARK-31206: AQE should not use same SubqueryExec when reuse is off") {
16511651
Seq(true, false).foreach { reuse =>
16521652
withSQLConf(SQLConf.ADAPTIVE_EXECUTION_ENABLED.key -> "true",
16531653
SQLConf.SUBQUERY_REUSE_ENABLED.key -> reuse.toString) {

0 commit comments

Comments
 (0)