ulysses-you commented on code in PR #58003:
URL: https://github.com/apache/spark/pull/58003#discussion_r3878072935
##########
sql/core/src/main/scala/org/apache/spark/sql/execution/adaptive/AdaptiveSparkPlanExec.scala:
##########
@@ -942,7 +943,8 @@ case class AdaptiveSparkPlanExec(
optimizeQueryStage(plan, isFinalStage = true),
postStageCreationRules(supportsColumnar),
"AQE Post Stage Creation")
- val resultStage = ResultQueryStageExec(currentStageId, optimizedRootPlan,
resultHandler)
+ val resultStage = ResultQueryStageExec(currentStageId, optimizedRootPlan,
plan.canonicalized,
Review Comment:
For `ResultQueryStageExec`, we should not make canonicalized change , the
semantics of `ResultQueryStageExec` is plan + resultHandler.
--
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]