kosiew opened a new issue, #16341: URL: https://github.com/apache/datafusion/issues/16341
### Is your feature request related to a problem or challenge? The feature checklist in docs/source/user-guide/features.md currently marks “Spilling (to disk) Joins” as not implemented. However, this appears to be outdated. The sort-merge join implementation already includes logic for spilling to disk, as shown here: https://github.com/apache/datafusion/blob/54d85fc27796771533ce946c07a692cc0a6bb581/datafusion/physical-plan/src/joins/sort_merge_join.rs#L1445 ### Describe the solution you'd like Update the checklist entry in features.md to reflect that “Spilling (to disk) Joins” is implemented: ### Describe alternatives you've considered None ### 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: github-unsubscr...@datafusion.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org