Use SpillManager
in AggregateExec
and SortMergeJoinExec
#15374
Labels
enhancement
New feature or request
Is your feature request related to a problem or challenge?
A new interface for spilling intermediate
RecordBatch
es is proposed in #15355, it can be used in aggregate/SMJ's spilling logic.Describe the solution you'd like
SpillManager
datafusion/datafusion/physical-plan/src/spill.rs
Line 44 in 5210a2b
datafusion/datafusion/physical-plan/src/spill.rs
Line 60 in 5210a2b
datafusion/datafusion/physical-plan/src/spill.rs
Line 92 in 5210a2b
pub(crate)
) and deprecate (withpub
) the above 3 functionsDescribe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: