Skip to content

PR: fix n-way CROSS JOIN#96848

Merged
devcrafter merged 7 commits intomasterfrom
fix-pr-n-way-cross-join
Feb 19, 2026
Merged

PR: fix n-way CROSS JOIN#96848
devcrafter merged 7 commits intomasterfrom
fix-pr-n-way-cross-join

Conversation

@devcrafter
Copy link
Copy Markdown
Member

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 into CHANGELOG.md):

Queries with CROSS JOINs and enabled parallel replicas could return incorrect result. Fixes #74337

@clickhouse-gh
Copy link
Copy Markdown
Contributor

clickhouse-gh bot commented Feb 13, 2026

Workflow [PR], commit [a54e290]

Summary:

job_name test_name status info comment
Finish Workflow failure
python3 ./ci/jobs/scripts/workflow_hooks/new_tests_check.py failure

@clickhouse-gh clickhouse-gh bot added the pr-bugfix Pull request with bugfix, not backported by default label Feb 13, 2026
@yariks5s yariks5s self-assigned this Feb 13, 2026
@devcrafter devcrafter enabled auto-merge February 17, 2026 11:38
@devcrafter devcrafter added this pull request to the merge queue Feb 19, 2026
Merged via the queue into master with commit e77654d Feb 19, 2026
287 of 290 checks passed
@devcrafter devcrafter deleted the fix-pr-n-way-cross-join branch February 19, 2026 15:16
@robot-ch-test-poll3 robot-ch-test-poll3 added the pr-synced-to-cloud The PR is synced to the cloud repo label Feb 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr-bugfix Pull request with bugfix, not backported by default pr-synced-to-cloud The PR is synced to the cloud repo

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Duplicates on JOIN + CROSS JOIN. Parallel Replicas

3 participants