[ 
https://issues.apache.org/jira/browse/FLINK-33928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17808447#comment-17808447
 ] 

Shengkai Fang commented on FLINK-33928:
---------------------------------------

Merged into master: 82fcdfe5634fb82d3ab4a183818d852119dc68a9

> 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
>            Assignee: Yunhong Zheng
>            Priority: Major
>              Labels: pull-request-available
>
> 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