gengliangwang commented on code in PR #52599:
URL: https://github.com/apache/spark/pull/52599#discussion_r2433602917
##########
sql/core/src/main/scala/org/apache/spark/sql/execution/CacheManager.scala:
##########
@@ -211,15 +218,29 @@ class CacheManager extends Logging with
AdaptiveSparkPlanHelper {
plan: LogicalPlan,
cascade: Boolean,
blocking: Boolean): Unit = {
- uncacheByCondition(spark, _.sameResult(plan), cascade, blocking)
+ EliminateSubqueryAliases(plan) match {
Review Comment:
so when `r.timeTravelSpec.isEmpty`, `plan1.sameResult(plan2)` won't work
with dsv2? Could you add comment in the code?
--
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]