Skip to content

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
- [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
@kosiew kosiew deleted the doc-16341 branch July 16, 2025 03:21
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