-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
wip: Fix SortPreservingMerge OOM kill issue #7261
Conversation
#1) * Remove unnecessary libs * Generate infinite batches * Generate high cardinality fields * Generate high cardinality fields * Merge wip
The tests in this PR, are only for development purposes, and will be replaced by actual tests later |
println!("Swapped old converter of size: {0} with new converter of size {1}", old_converter.size(), new_converter.size()); | ||
self.converter = new_converter; | ||
} | ||
Ok(RowCursor::new(old_rows, rows_reservation)) |
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.
I believe you will also have to arrange to rewrite all the outstanding existing Rows
in other streams too somehow
Marking as draft to signify it is not waiting on review |
Closing this PR in lieu of a new one according to this. |
Which issue does this PR close?
Closes #7200.
Rationale for this change
What changes are included in this PR?
Are these changes tested?
Are there any user-facing changes?