Skip to content
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

GH-35268:[C++] Support spillover for order by in Acero #35898

Draft
wants to merge 14 commits into
base: main
Choose a base branch
from

Conversation

R-JunmingChen
Copy link
Contributor

@R-JunmingChen R-JunmingChen commented Jun 3, 2023

Rationale for this change
This is a dfrat PR for issue 35268. We plan to utilize external merge sort to support spillover.

What changes are included in this PR?
Add external_order_by_node.

  • Sort and write data to disk
  • Read data back
  • Merge sorted data
  • Testing

Are these changes tested?
No.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[C++] OrderBy with spillover
1 participant