zml1206 opened a new issue, #10500:
URL: https://github.com/apache/incubator-gluten/issues/10500

   ### Backend
   
   VL (Velox)
   
   ### Bug description
   
   UnboundedWindowFunctionFrame is entire Partition Frame, velox will load the 
entire partition's data into memory, which may cause OOM. 
   For example:
   ```
   select *, sum(c1) over () as sum from t
   ```
   
   ### Gluten version
   
   _No response_
   
   ### Spark version
   
   None
   
   ### Spark configurations
   
   _No response_
   
   ### System information
   
   _No response_
   
   ### Relevant logs
   
   ```bash
   
   ```


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