zml1206 commented on PR #5750:
URL: 
https://github.com/apache/incubator-gluten/pull/5750#issuecomment-2144231022

   > > > If the custom strategy can be removed by moving the code to 
ColumnarOverrides (without more workarounds), Personally I will be inclined to 
do that since it:
   > > > 
   > > > 1. Simplifies code
   > > > 2. Creates "more vanilla" plan when the join operators are falling back
   > > 
   > > 
   > > Do it in this PR or next? @zhztheplayer
   > 
   > Thank you for willing to take this. Of course it can be done in a separate 
PR.
   
   I looked it up and it seems like I can't move custom strategy to 
ColumnarOverrides. Custom strategy is used to transform a LogicalPlan into a 
SparkPlan. Columnar rule implements Spark plan into Gluten plan. Custom 
strategy runs before Columnar rule. @zhztheplayer 


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