gong opened a new issue, #6594: URL: https://github.com/apache/inlong/issues/6594
### What happened * clickhouse throw exception "Can't UPDATE key column `id`" when update source data. It means that `alter table update ... where` can't update primaryKey. [refer to](https://stackoverflow.com/questions/55976700/is-it-possible-to-update-primary-key-in-clickhouse-using-mergetree-engine) . * clickhouse throw exception "Table default.test_user doesn't exist". But jdbc-url have database name. [Refer to](https://github.com/ClickHouse/ClickHouse/issues/19278). Maybe we should specify database. ### What you expected to happen just work well ### How to reproduce just sync mysql data to clickhouse ### Environment _No response_ ### InLong version master ### InLong Component InLong Sort ### Are you willing to submit PR? - [X] Yes, I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
