zml1206 commented on PR #6048: URL: https://github.com/apache/incubator-gluten/pull/6048#issuecomment-2164209486
> What is `ShuffledHashJoinExecTemp` ? plese do not introduce extra concept in final plan.. `ShuffledHashJoinExecTemp` > What is `ShuffledHashJoinExecTemp` ? plese do not introduce extra concept in final plan.. `ShuffledHashJoinExecTemp` is a temporary node and will eventually be eliminated, mainly to select a small table as buildSide in custom strategy. In AQE, After reOptimize, , only when the cost becomes smaller or the physical plan changes, then AQE will take effect, and then the sizeByte of the logical plan will be updated (https://github.com/apache/spark/blob /53d65fd12dd9231139188227ef9040d40d759021/sql/core/src/main/scala/org/apache/spark/sql/execution/adaptive/AdaptiveSparkPlanExec.scala#L383-L392) -- 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]
