This is an automated email from the ASF dual-hosted git repository.
xudong963 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new 1d73c59b99 Fix: mark "Spilling (to disk) Joins" as supported in
features (#16343)
1d73c59b99 is described below
commit 1d73c59b998a0b76ee2ebaacd22df682b31a540c
Author: kosiew <[email protected]>
AuthorDate: Tue Jun 10 11:56:55 2025 +0800
Fix: mark "Spilling (to disk) Joins" as supported in features (#16343)
* Fix: mark "Spilling (to disk) Joins" as supported in features
* Fix: update support status for "Spilling (to disk) Joins" and add
"Spilling (to disk) Sort Merge Join"
---
docs/source/user-guide/features.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/docs/source/user-guide/features.md
b/docs/source/user-guide/features.md
index 1f73ce7eac..4faeb0acf1 100644
--- a/docs/source/user-guide/features.md
+++ b/docs/source/user-guide/features.md
@@ -93,7 +93,8 @@
- [x] Memory limits enforced
- [x] Spilling (to disk) Sort
- [x] Spilling (to disk) Grouping
-- [ ] Spilling (to disk) Joins
+- [x] Spilling (to disk) Sort Merge Join
+- [ ] Spilling (to disk) Hash Join
## Data Sources
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]