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