Skip to content

Backport #79727 to 25.4: Analyzer: Fix correlated column expression check#81426

Merged
novikd merged 2 commits into25.4from
backport/25.4/79727
Jun 13, 2025
Merged

Backport #79727 to 25.4: Analyzer: Fix correlated column expression check#81426
novikd merged 2 commits into25.4from
backport/25.4/79727

Conversation

@robot-ch-test-poll1
Copy link
Copy Markdown
Contributor

Original pull-request #79727
Cherry-pick pull-request #81425

This pull-request is a last step of an automated backporting.
Treat it as a standard pull-request: look at the checks and resolve conflicts.
Merge it only if you intend to backport changes to the target branch, otherwise just close it.

The PR source

The PR is created in the CI job

@robot-ch-test-poll1 robot-ch-test-poll1 added pr-backport Changes, backported to release branch. Do not use manually - automated use only! pr-critical-bugfix labels Jun 6, 2025
@clickhouse-gh
Copy link
Copy Markdown
Contributor

clickhouse-gh bot commented Jun 6, 2025

Workflow [BackportPR], commit [a1edf48]

@novikd
Copy link
Copy Markdown
Member

novikd commented Jun 11, 2025

Stateless tests (asan, distributed plan, 1/2) — Server died, fail: 11, passed: 2517, skipped: 38

Related. Server crashed with Logical error: 'Column identifier t0.c0 is already registered'. Query:

SELECT (SELECT min(*) FROM (SELECT t0.c0)) AS a0, (SELECT a0) FROM (SELECT 1 c0) AS t0 SETTINGS allow_experimental_correlated_subqueries = 1;

Test: 03522_analyzer_check_correlated_columns.

@novikd novikd merged commit ee47bdd into 25.4 Jun 13, 2025
32 checks passed
@novikd novikd deleted the backport/25.4/79727 branch June 13, 2025 08:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr-backport Changes, backported to release branch. Do not use manually - automated use only! pr-critical-bugfix

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants