Skip to content

Fix: sorted distinct with sparse columns#53711

Merged
alexey-milovidov merged 2 commits intomasterfrom
sorted-distinct-sparse-columns
Aug 23, 2023
Merged

Fix: sorted distinct with sparse columns#53711
alexey-milovidov merged 2 commits intomasterfrom
sorted-distinct-sparse-columns

Conversation

@devcrafter
Copy link
Copy Markdown
Member

Fixes #52540

Changelog category (leave one):

  • Bug Fix (user-visible misbehavior in an official stable release)

Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):

Fixes possible crashes in DISTINCT queries with enabled optimize_distinct_in_order and sparse columns

@robot-ch-test-poll2 robot-ch-test-poll2 added the pr-bugfix Pull request with bugfix, not backported by default label Aug 22, 2023
@robot-ch-test-poll2
Copy link
Copy Markdown
Contributor

robot-ch-test-poll2 commented Aug 22, 2023

This is an automated comment for commit b4cc0f0 with description of existing statuses. It's updated for the latest CI running
The full report is available here
The overall status of the commit is 🟡 pending

Check nameDescriptionStatus
CI runningA meta-check that indicates the running CI. Normally, it's in success or pending state. The failed status indicates some problems with the PR🟡 pending
Mergeable CheckChecks if all other necessary checks are successful🟢 success

@devcrafter
Copy link
Copy Markdown
Member Author

Upgrade check failure - fixed in #53611

@alexey-milovidov alexey-milovidov added pr-must-backport Pull request should be backported intentionally. Use this label with great care! pr-must-backport-cloud labels Aug 23, 2023
@alexey-milovidov alexey-milovidov self-assigned this Aug 23, 2023
@alexey-milovidov alexey-milovidov merged commit 67c3b7f into master Aug 23, 2023
@alexey-milovidov alexey-milovidov deleted the sorted-distinct-sparse-columns branch August 23, 2023 08:34
@robot-ch-test-poll robot-ch-test-poll added the pr-backports-created Backport PRs are successfully created, it won't be processed by CI script anymore label Aug 23, 2023
@robot-ch-test-poll4 robot-ch-test-poll4 added the pr-backports-created-cloud deprecated label, NOOP label Aug 23, 2023
@antonio2368
Copy link
Copy Markdown
Member

This broke FastTest

@antonio2368
Copy link
Copy Markdown
Member

Fix #53738

devcrafter added a commit that referenced this pull request Aug 24, 2023
Backport #53711 to 23.7: Fix: sorted distinct with sparse columns
devcrafter added a commit that referenced this pull request Aug 24, 2023
Backport #53711 to 23.6: Fix: sorted distinct with sparse columns
devcrafter added a commit that referenced this pull request Aug 24, 2023
Backport #53711 to 23.5: Fix: sorted distinct with sparse columns
devcrafter added a commit that referenced this pull request Aug 24, 2023
Backport #53711 to 23.3: Fix: sorted distinct with sparse columns
devcrafter added a commit that referenced this pull request Aug 24, 2023
Backport #53711 to 22.8: Fix: sorted distinct with sparse columns
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr-backports-created Backport PRs are successfully created, it won't be processed by CI script anymore pr-backports-created-cloud deprecated label, NOOP pr-bugfix Pull request with bugfix, not backported by default pr-must-backport Pull request should be backported intentionally. Use this label with great care!

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Null pointer DistinctSortedChunkTransform.cpp

6 participants