kazuyukitanimura opened a new pull request, #1346:
URL: https://github.com/apache/datafusion-comet/pull/1346

   ## Which issue does this PR close?
   
   ## Rationale for this change
   
   ## What changes are included in this PR?
   
   Datafusion memory pool throws `insufficient_capacity_err` 
https://github.com/apache/datafusion/blob/main/datafusion/execution/src/memory_pool/pool.rs#L91
   and aggregation expects to see it 
https://github.com/apache/datafusion/blob/main/datafusion/physical-plan/src/aggregates/row_hash.rs#L913
   
   However comet memory pool was throwing an execution error that causes false 
OOM
   
   ## How are these changes tested?
   
   existing tests
   


-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to