seatunnel icon indicating copy to clipboard operation
seatunnel copied to clipboard

[Future][Connector-V2]Support the automatic creation of non-primary key table

Open hawk9821 opened this issue 8 months ago • 0 comments

Purpose of this pull request

  1. Support the automatic creation of non-primary key table ( append-only table) when Source is the primary key table
  2. Fix losing the primary key when loading the Schema in Paimon Source

Does this PR introduce any user-facing change?

How was this patch tested?

UT: PaimonCatalogPrimaryTest E2E: PaimonSinkCDCIT#testChangelogLookup

Check list

  • [ ] If any new Jar binary package adding in your PR, please add License Notice according New License Guide
  • [ ] If necessary, please update the documentation to describe the new feature. https://github.com/apache/seatunnel/tree/dev/docs
  • [ ] If you are contributing the connector code, please check that the following files are updated:
    1. Update plugin-mapping.properties and add new connector information in it
    2. Update the pom file of seatunnel-dist
    3. Add ci label in label-scope-conf
    4. Add e2e testcase in seatunnel-e2e
    5. Update connector plugin_config
  • [ ] Update the release-note.

hawk9821 avatar Apr 23 '25 08:04 hawk9821