zhztheplayer opened a new issue, #11053:
URL: https://github.com/apache/incubator-gluten/issues/11053

   ### Description
   
   So far Gluten's query planner is injected to Spark via columnar rule 
extension. In the context of AQE, this practice may cause us to lose chance of 
generating a global-optimal query plan. For example, we may want to decide 
whether we should use GPU shuffle write for last stage when analyzing the 
current stage's query plan.
   
   To address this, we'd explore the feasibility of injecting Gluten's query 
planner via `injectQueryStagePrepRule` as well.
   
   ### Gluten version
   
   None


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