Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-23920

SchemaTranslator looses primary key if schema is inferred

    XMLWordPrintableJSON

Details

    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

          Activity

            People

              twalthr Timo Walther
              twalthr Timo Walther
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: