Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
Schema derivation with primary key does not work correctly as the primary key is not propagated:
tableEnv.toChangelogStream(...,
Schema.newBuilder().primaryKey("key").build(),
ChangelogMode.upsert())
Attachments
Issue Links
- Discovered while testing
-
FLINK-23835 Test upsert sink with upsert keys
- Closed
- links to