FelixYBW commented on issue #11540: URL: https://github.com/apache/incubator-gluten/issues/11540#issuecomment-3865746759
https://github.com/facebookincubator/velox/blob/main/velox/exec/PartitionStreamingWindowBuild.cpp Some window functions can use the streaming window feature which only needs to cache the whole window partition instead of full task partition. @JkSelf where can we find the function list? I can't search it. Window partition relies on the spill in sort before it to solve the OOM issue. Window itself doesn't support spill -- 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]
