FelixYBW commented on issue #11540:
URL: https://github.com/apache/gluten/issues/11540#issuecomment-5629606305

   what's your window SQL? if vanilla spark can pass but gluten fails, it's 
possible because the window function you used still doesn't support streaming 
window. without streaming window, the whole partition will be buffered.
   
   You may also group by the window key and count rows, see if any window 
partition have a huge number of rows.


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