ayushi-agarwal commented on issue #4836:
URL: 
https://github.com/apache/incubator-gluten/issues/4836#issuecomment-2032320837

   @JkSelf The plan after optimization in spark looks like Plan -> Sort -> 
WindowGroupLimit partial -> Exchange -> Sort -> WindowGroupLimit final -> 
WindowExec -> Filter.
   In Gluten this can be converted to Plan -> Sort -> Window -> Filter -> 
Exchange -> Sort -> Window -> Filter. Mode will not be required in this case. 
Please let me know if my understanding is not correct or if there is any issue 
with this approach.


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