luckyQing opened a new issue, #7357: URL: https://github.com/apache/iceberg/issues/7357
### Query engine fLink: 1.14.4 flink cdc: 2.3.0 iceberg: 1.0.0 ### Question Use flink cdc to synchronize mysql data to iceberg. After the task runs for a period of time, the table schema is updated. I manually updated the table schema of iceberg, how to deal with the task at this time? After I restarted the flink task, I found that the synchronization data would report an error. Because the flink task still uses the old table schema. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
