[
https://issues.apache.org/jira/browse/FLINK-33928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17805962#comment-17805962
]
Yunhong Zheng commented on FLINK-33928:
---------------------------------------
Hi, [~xuyangzhong]. I want to take this issue. Thanks.
> 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
> Priority: Major
>
> 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)