-
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?
In SortMergeJoin, it is possibly run of memory when it requires extra memory to hold polled buffer batches. We can consider adding spilling support there to make the operator resilient to the memory issue.
Describe the solution you'd like
Add spilling support in SortMergeJoin.
Describe alternatives you've considered
No response
Additional context
No response
SteveLauC, comphead, milenkovicm and hveigaalamb
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request