xuyang created FLINK-33928:
------------------------------

             Summary: Should not throw exception while creating view with 
specify field names even if the query conflicts in field names
                 Key: FLINK-33928
                 URL: https://issues.apache.org/jira/browse/FLINK-33928
             Project: Flink
          Issue Type: Bug
          Components: Table SQL / Planner
            Reporter: xuyang


The following sql should be valid.
{code:java}
create view view1(a, b) as select t1.name, t2.name from t1 join t1 t2 on 
t1.score = t2.score; {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to