andygrove commented on issue #2342:
URL: 
https://github.com/apache/datafusion-comet/issues/2342#issuecomment-3366702841

   > To clarify, this is the JVM's on-heap memory we're taking about.
   
   Thanks for the clarification. To be explicit, we currently have these pool 
options in native code:
   
   ```
   pub(crate) enum MemoryPoolType {
       Unified,
       FairUnified,
       Greedy,
       FairSpill,
       GreedyTaskShared,
       FairSpillTaskShared,
       GreedyGlobal,
       FairSpillGlobal,
       Unbounded,
   }
   ```
   
   I am proposing that we reduce this down to:
   
   ```
   pub(crate) enum MemoryPoolType {
       Unified,
       FairUnified,
   }
   ```
   
   @wForget @Kontinuation @EmilyMatt do you have any concerns with this 
proposed change?
   


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