xudong963 commented on code in PR #16343:
URL: https://github.com/apache/datafusion/pull/16343#discussion_r2135603009


##########
docs/source/user-guide/features.md:
##########
@@ -93,7 +93,7 @@
 - [x] Memory limits enforced
 - [x] Spilling (to disk) Sort
 - [x] Spilling (to disk) Grouping
-- [ ] Spilling (to disk) Joins
+- [x] Spilling (to disk) Joins

Review Comment:
   I think we should split the `Join` into different physical join 
implementations, such as sort merge join, hash join and so on. 
   Spilling (to disk) sort merge join ✅
   Spilling (to disk) hash join ❌



-- 
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

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

Reply via email to