JkSelf commented on issue #4836: URL: https://github.com/apache/incubator-gluten/issues/4836#issuecomment-2033483774
@ayushi-agarwal For the Window + Filter in the Gluten plan, can it be understood that after the Window operation is completed, the Filter selects the top n records from the limit? If that's the case, do we still need to calculate all the results within the Window and then filter out the final results in the Filter? If so, the outcome would be correct, but it likely wouldn't result in a performance improvement. -- 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]
