[CDC] support mysql and pg composite primary key in sync table cdc
Purpose
Linked issue: https://github.com/apache/incubator-paimon/issues/2720
Tests
API and Format
Documentation
PTAL @yuzelin
The original branch is stored: https://github.com/yuzelin/paimon/tree/composite_key
Rebased master
Rebased master
Long time no see. Thank you for your advice. I will rebase the master branch tomorrow as you suggested.
Nice to see you again. I have rebased. Additionally, for this PR, I'd better to implement it like CDAS, that is, the new primary keys are [databaseName, tableName, pk]. Maybe we can just use metadata column to implement it ?