cloud-fan commented on code in PR #40390:
URL: https://github.com/apache/spark/pull/40390#discussion_r1184634927
##########
sql/core/src/test/scala/org/apache/spark/sql/CachedTableSuite.scala:
##########
@@ -837,7 +840,7 @@ class CachedTableSuite extends QueryTest with SQLTestUtils
assert(getNumInMemoryRelations(ds) == 2)
val cachedDs = sql(sqlText).cache()
-
assert(getNumInMemoryTablesRecursively(cachedDs.queryExecution.sparkPlan) == 3)
+
assert(getNumInMemoryTablesRecursively(cachedDs.queryExecution.sparkPlan) == 4)
Review Comment:
Is it fixable? `TableCacheQueryStage` can add the subqueries from the
`AdaptiveSparkPlanExec` below it to the current AQE context.
--
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]