Skip to content

Fix: mark "Spilling (to disk) Joins" as supported in features #16343

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 10, 2025

Conversation

kosiew
Copy link
Contributor

@kosiew kosiew commented Jun 9, 2025

Which issue does this PR close?

Rationale for this change

The feature matrix in the user guide was missing an updated status for join spilling support. This PR ensures that the documentation reflects the current capabilities of the system, improving clarity for users and maintainers.

What changes are included in this PR?

  • Updates the feature matrix to mark "Spilling (to disk) Joins" as supported ([x]).

Are these changes tested?

  • No tests are required for this documentation-only change.
  • The underlying functionality is assumed to be covered by existing tests related to join spilling.

Are there any user-facing changes?

  • Yes, this is a documentation update that clarifies existing functionality.
  • No behavioral or API changes are included.

@github-actions github-actions bot added the documentation Improvements or additions to documentation label Jun 9, 2025
@@ -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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 ❌

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a good suggestion 👍

@xudong963 xudong963 merged commit 1d73c59 into apache:main Jun 10, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Feature Checklist: “Spilling (to disk) Joins” is Implemented
2 participants