PR: fix LEFT/INNER ... RIGHT ... JOINS chain#87178
Merged
devcrafter merged 6 commits intomasterfrom Sep 19, 2025
Merged
Conversation
Contributor
|
Workflow [PR], commit [62921d2] Summary: ❌
|
Member
Author
vdimir
approved these changes
Sep 19, 2025
Member
vdimir
left a comment
There was a problem hiding this comment.
Changelog category and entry can be:
- Fix logical error with parallel replicas for queries with multiple JOINs using RIGHT JOIN.
flaky 03208_multiple_joins_with_storage_join (LEFT LEFT joins case)
robot-ch-test-poll1
added a commit
that referenced
this pull request
Sep 19, 2025
Cherry pick #87178 to 25.9: PR: fix LEFT/INNER ... RIGHT ... JOINS chain
robot-clickhouse
added a commit
that referenced
this pull request
Sep 19, 2025
clickhouse-gh bot
added a commit
that referenced
this pull request
Sep 19, 2025
Backport #87178 to 25.9: PR: fix LEFT/INNER ... RIGHT ... JOINS chain
azat
added a commit
that referenced
this pull request
Sep 23, 2025
…25.9/87449 * u/backport/25.9/87449: Backport #87426 to 25.9: Ignore only not found errors for s3_plain_rewritable (and some other S3 code) Backport #87231 to 25.9: Fix "Too large size passed to allocator" UB in JOIN due to mixed const and non-const blocks Backport #87198 to 25.9: Disable the setting by default Backport #87392 to 25.9: Fix EmbeddedRocksDB upgrade Backport #87140 to 25.9: fix: fix server level max temporary size limit Backport #87178 to 25.9: PR: fix LEFT/INNER ... RIGHT ... JOINS chain Update autogenerated version to 25.10.1.1 and contributors
13 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #81144
Closes #63984
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes into CHANGELOG.md):
Fix logical error with parallel replicas for queries with multiple JOINs, with RIGHT JOIN after LEFT/INNER JOIN in particular