2010YOUY01 opened a new issue, #15374:
URL: https://github.com/apache/datafusion/issues/15374

   ### Is your feature request related to a problem or challenge?
   
   A new interface for spilling intermediate `RecordBatch`es is proposed in 
https://github.com/apache/datafusion/pull/15355, it can be used in 
aggregate/SMJ's spilling logic.
   
   ### Describe the solution you'd like
   
   1. Look for occurrences of the following 3 functions, and replace with the 
equivalent function in `SpillManager`
   
https://github.com/apache/datafusion/blob/5210a2bac32e43dc7bf6e7e6000cdeaf2833c06e/datafusion/physical-plan/src/spill.rs#L44
   
https://github.com/apache/datafusion/blob/5210a2bac32e43dc7bf6e7e6000cdeaf2833c06e/datafusion/physical-plan/src/spill.rs#L60
   
https://github.com/apache/datafusion/blob/5210a2bac32e43dc7bf6e7e6000cdeaf2833c06e/datafusion/physical-plan/src/spill.rs#L92
   2. Remove (those with `pub(crate)`) and deprecate (with `pub`) the above 3 
functions
   
   ### Describe alternatives you've considered
   
   _No response_
   
   ### Additional context
   
   _No response_


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