dongjoon-hyun commented on a change in pull request #32430:
URL: https://github.com/apache/spark/pull/32430#discussion_r627825684
##########
File path: sql/core/src/test/scala/org/apache/spark/sql/ExplainSuite.scala
##########
@@ -565,6 +565,33 @@ class ExplainSuiteAE extends ExplainSuiteHelper with
EnableAdaptiveExecutionSuit
|""".stripMargin
)
}
+
+ test("SPARK-35133: explain codegen should work with AQE") {
+ withSQLConf(SQLConf.WHOLESTAGE_CODEGEN_ENABLED.key -> "true") {
Review comment:
Hi, @c21 .
Although SPARK-33679 enabled AQE by default for Apache Spark 3.2, we don't
know what happens during QA and Apache Spark 3.2.0 RC period. In addition, we
had better an explicit configuration in the test case. Could you add
`spark.sql.adaptive.enabled=true` additionally?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]