Skip to content

Conversation

@seawinde
Copy link
Contributor

Proposed changes

This is brought by #21727
If you run query as following:
Should throw analyze exception, because the duplicated column name in tmp1,but now not
this pr fix this

    with tmp1 as (
    select unique_id, unique_id  from test_table
    )
    select * from tmp1;

@doris-robot
Copy link

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR

Since 2024-03-18, the Document has been moved to doris-website.
See Doris Document.

@seawinde seawinde changed the title [fix](test) Fix not check when duplicated column names are in cte select list [fix](nereids) Fix not check when duplicated column names are in cte select list Oct 24, 2024
@seawinde
Copy link
Contributor Author

run buildall

@seawinde
Copy link
Contributor Author

run buildall

@github-actions github-actions bot added the approved Indicates a PR has been approved by one committer. label Oct 29, 2024
@github-actions
Copy link
Contributor

PR approved by at least one committer and no changes requested.

@github-actions
Copy link
Contributor

PR approved by anyone and no changes requested.

@wm1581066 wm1581066 added usercase Important user case type label dev/2.1.x labels Oct 30, 2024
@morrySnow morrySnow added kind/behavior-changed and removed dev/2.1.x usercase Important user case type label labels Oct 31, 2024
@morrySnow morrySnow merged commit fb7d030 into apache:master Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by one committer. kind/behavior-changed reviewed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants