-
Notifications
You must be signed in to change notification settings - Fork 7k
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: optimize_read_in_order for nullable keys #64483
Conversation
This is an automated comment for commit f1a5608 with description of existing statuses. It's updated for the latest CI running ❌ Click here to open a full report in a separate page
Successful checks
|
9ed562e
to
ac776fc
Compare
ac776fc
to
7ee1035
Compare
7ee1035
to
da66b86
Compare
Failed Looks like original column data has been lost after first rename there, while data inserted after the first rename was available after the second one, as expected. |
@jkartseva kind ping -- doesn't look like auto-merge is going to happen. |
@korowa Please rebase or merge master into your branch. If it won't help, I'll see if I can force-merge it. |
Head branch was pushed to by a user without write access
da66b86
to
f1a5608
Compare
1638dd0
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Fixed
optimize_read_in_order
behaviour for ORDER BY ... NULLS FIRST / LAST on tables with nullable keysDocumentation entry for user-facing changes
CI Settings
NOTE: If your merge the PR with modified CI you MUST KNOW what you are doing
NOTE: Checked options will be applied if set before CI RunConfig/PrepareRunConfig step
Closes #63460