You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@inlong.apache.org by GitBox <gi...@apache.org> on 2022/11/21 10:30:08 UTC

[GitHub] [inlong] gong opened a new issue, #6594: [Bug][Sort] Clickhouse sort connector throw exception when source is change log stream

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: dev-unsubscribe@inlong.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [inlong] EMsnap closed issue #6594: [Bug][Sort] Clickhouse connector throw exception when source is change log stream

Posted by GitBox <gi...@apache.org>.
EMsnap closed issue #6594: [Bug][Sort] Clickhouse connector throw exception when source is change log stream
URL: https://github.com/apache/inlong/issues/6594


-- 
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: dev-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org