flink-cdc icon indicating copy to clipboard operation
flink-cdc copied to clipboard

[FLINK-35936][cdc-connector][paimon] Fix paimon cdc schema evolution failure when restart job

Open MOBIN-F opened this issue 1 year ago • 3 comments

paimon cdc schema evolution failure when restart job

Minimal reproduce step:

  1. stop flink-cdc-mysql-to-paimon pipeline job
  2. alter mysql table schema, such as add column
  3. start pipeline job
  4. the newly added column was not synchronized to the paimon table

MOBIN-F avatar Jul 31 '24 02:07 MOBIN-F

Thanks @MOBIN-F for the contribution, could you add description for the PR ?

leonardBang avatar Jul 31 '24 07:07 leonardBang

This pull request has been automatically marked as stale because it has not had recent activity for 60 days. It will be closed in 30 days if no further activity occurs.

github-actions[bot] avatar Dec 22 '24 00:12 github-actions[bot]

This pull request has been closed because it has not had recent activity. You could reopen it if you try to continue your work, and anyone who are interested in it are encouraged to continue work on this pull request.

github-actions[bot] avatar Feb 21 '25 00:02 github-actions[bot]

This pull request has been closed because it has not had recent activity. You could reopen it if you try to continue your work, and anyone who are interested in it are encouraged to continue work on this pull request.

github-actions[bot] avatar Aug 11 '25 00:08 github-actions[bot]

Hi @MOBIN-F. I think that this can be closed as it was solved in https://github.com/apache/flink-cdc/pull/4081. I believe that modifying the data to adapt to the downstream table structure is a safer solution compared to modifying the downstream table structure through the task to accommodate the data. What do you think?

lvyanquan avatar Sep 17 '25 06:09 lvyanquan

Hi @MOBIN-F. I think that this can be closed as it was solved in #4081. I believe that modifying the data to adapt to the downstream table structure is a safer solution compared to modifying the downstream table structure through the task to accommodate the data. What do you think?

agree~

MOBIN-F avatar Sep 17 '25 06:09 MOBIN-F