yuzelin opened a new issue, #996: URL: https://github.com/apache/incubator-paimon/issues/996
### Search before asking - [X] I searched in the [issues](https://github.com/apache/incubator-paimon/issues) and found nothing similar. ### Motivation In `MySqlSyncDatabaseAction`, if some table's schema is not compatible with Paimon, the process will fail because an exception will be thrown. I think it's better to skip the incompatible table and put the error message to log. ### Solution `assertSchemaCompatible` return a flag to indicates whether compatible. If not, put message to log and continue. ### Anything else? _No response_ ### Are you willing to submit a PR? - [X] I'm willing to submit a PR! -- 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: issues-unsubscr...@paimon.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org