-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
executor: implement disk-based sort (Part 1) #13718
Conversation
/run-all-tests |
Codecov Report
@@ Coverage Diff @@
## master #13718 +/- ##
===========================================
Coverage ? 80.1468%
===========================================
Files ? 483
Lines ? 121633
Branches ? 0
===========================================
Hits ? 97485
Misses ? 16369
Partials ? 7779 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Your auto merge job has been accepted, waiting for 14088, 14111 |
/run-all-tests |
What problem does this PR solve?
part of #12431
This introduces some ListInDisk field and function
readPartition
to Sort Executor. So that in further pull request, I can implementexternalSorting
.What is changed and how it works?
In this pr, I do the following thins.
readPartition
function, and use it to read all data to memory.Check List
Tests
Code changes
Side effects
Related changes
Release note
Support external_sorting.