-
Notifications
You must be signed in to change notification settings - Fork 7.1k
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
Fix sorting of sparse columns with large limit #52827
Conversation
This is an automated comment for commit f13343b with description of existing statuses. It's updated for the latest CI running
|
7a4cabb
to
8447a93
Compare
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
It shows that the test was passed before the fix. |
With previous version the test failed more or less stable with ubsan and led to crash with other builds in about one of ten runs. |
Backport #52827 to 23.3: Fix sorting of sparse columns with large limit
Backport #52827 to 23.7: Fix sorting of sparse columns with large limit
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Fixed sorting of sparse columns in case of
ORDER BY ... LIMIT n
clause and large values ofn
.