Skip to content

error when agg groupby same column #6090

@jackwener

Description

@jackwener

Describe the bug

Schema contains duplicate unqualified field name

CREATE TABLE tab0(col0 INTEGER, col1 INTEGER, col2 INTEGER);
SELECT 38 FROM tab0 AS cor0 GROUP BY cor0.col1, cor0.col1;

To Reproduce

No response

Expected behavior

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions