ayushi-agarwal commented on issue #4836: URL: https://github.com/apache/incubator-gluten/issues/4836#issuecomment-2033707688
@JkSelf Apologies for not mentioning it my previous comment. This is drawback of going through this approach, here only performance gain that we will see will come from less rows being processed after filter operator starting from exchange, but first window will have to process all the rows which would make it less performant. To prevent this, we will have to go with second approach and make changes in Velox. -- 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]
