ahshahid commented on code in PR #58003:
URL: https://github.com/apache/spark/pull/58003#discussion_r3875541583


##########
sql/core/src/main/scala/org/apache/spark/sql/execution/adaptive/QueryStageExec.scala:
##########
@@ -307,6 +308,8 @@ case class TableCacheQueryStageExec(
     }
   }
 
+  override def doCanonicalize(): SparkPlan = _canonicalized

Review Comment:
   done.. this required handling in ResultQueryStageExec too.. I have done the 
change , but test for ResultQueryStageExec not there.. Not sure if the 
canonicalized plan would ever be used in that class, as per my understanding , 
it represents a final evaluated stage.



-- 
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]

Reply via email to