-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
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
- Look for occurrences of the following 3 functions, and replace with the equivalent function in
SpillManager
pub(crate) fn read_spill_as_stream(
pub(crate) fn spill_record_batches(
pub fn spill_record_batch_by_size( - Remove (those with
pub(crate)
) and deprecate (withpub
) the above 3 functions
Describe alternatives you've considered
No response
Additional context
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request