[
https://issues.apache.org/jira/browse/FLINK-38802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18045481#comment-18045481
]
Sergey Nuyanzin commented on FLINK-38802:
-----------------------------------------
Merged as
[2260c11eb6e34656eceb6905491f2d905b8ab7a6|https://github.com/apache/flink/commit/2260c11eb6e34656eceb6905491f2d905b8ab7a6]
> DDL with duplicated keys in table options should not fail
> ---------------------------------------------------------
>
> Key: FLINK-38802
> URL: https://issues.apache.org/jira/browse/FLINK-38802
> Project: Flink
> Issue Type: Bug
> Components: Table SQL / Planner
> Reporter: Sergey Nuyanzin
> Assignee: Sergey Nuyanzin
> Priority: Major
> Labels: pull-request-available
>
> Right now any DDL, for instance
> {code:sql}
> ALTER CATALOG cat SET ('K1' = 'V1', 'k2' = 'v2', 'k2' = 'another_value')
> {code}
> The issue is that after FLINK-38702 DDLs with duplicated keys in {{WITH}}
> started to fail
--
This message was sent by Atlassian Jira
(v8.20.10#820010)