[Flink]supported schemaEvolution when restarting the paimon cdc job
Purpose
Restarting the flink-paimon-mysql-cdc job schemaCompatible failed when the data type length was modified between the stop and restart of the flink-paimon-mysql-cdc job
Tests
API and Format
Documentation
I added some test cases, can you help review this pr? @JingsongLi
Test Triggerred.
The pr will add the following jobs: When restarting the paimon job, if the field length changes, the schemaCompatible check is successful and schemaEvolution is performed at the same time.
@JingsongLi @yuzelin @zhongyujiang I updated the code and test cases, can you help review them?
Found some problems, I will close the PR and create a new PR for better review of the code
move to #3362