ulysses-you commented on a change in pull request #35544:
URL: https://github.com/apache/spark/pull/35544#discussion_r808763372
##########
File path: sql/core/src/test/scala/org/apache/spark/sql/ExplainSuite.scala
##########
@@ -723,6 +723,19 @@ class ExplainSuiteAE extends ExplainSuiteHelper with
EnableAdaptiveExecutionSuit
assert(inMemoryRelationNodeId != columnarToRowNodeId)
}
}
+
+ test("SPARK-38232: Explain formatted does not collect subqueries under query
stage in AQE") {
Review comment:
yes, we have good test for it in `SQLQueryTestSuite` include aqe and
subquery, see `explain.sql` and `explainaqe.sql`. But unfortunately, the test
of `explainaqe.sql` only test the init plan.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]