[
https://issues.apache.org/jira/browse/FLINK-23920?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Timo Walther closed FLINK-23920.
--------------------------------
Fix Version/s: 1.13.3
1.14.0
Resolution: Fixed
Fixed in 1.13.3: 4b682e88d093c2d610f00e0c827a48c7408ee83d
Fixed in 1.14.0: cd52056489ce02300a2277a0c6a102ca5a37d5b0
> SchemaTranslator looses primary key if schema is inferred
> ---------------------------------------------------------
>
> Key: FLINK-23920
> URL: https://issues.apache.org/jira/browse/FLINK-23920
> Project: Flink
> Issue Type: Bug
> Components: Table SQL / API
> Reporter: Timo Walther
> Assignee: Timo Walther
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.14.0, 1.13.3
>
>
> Schema derivation with primary key does not work correctly as the primary key
> is not propagated:
> {code}
> tableEnv.toChangelogStream(...,
> Schema.newBuilder().primaryKey("key").build(),
> ChangelogMode.upsert())
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)