[
https://issues.apache.org/jira/browse/FLINK-33928?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-33928:
-----------------------------------
Labels: pull-request-available (was: )
> 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)