gong opened a new pull request, #6595:
URL: https://github.com/apache/inlong/pull/6595

   
   ### Prepare a Pull Request
   
   
   - [INLONG-6594][Sort] Fix ClickHouse sort connector throw exception when 
source is change log stream
   
   - Fixes #6594 
   
   ### Motivation
   
    Fix ClickHouse sort connector throw exception when source is change log 
stream
   * 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. 
https://github.com/ClickHouse/ClickHouse/issues/19278. Maybe we should specify 
database.
   
   ### Modifications
   
   * Modify clickhouse Dialect
   * Modify clickhouse load node UT, tableName should include 'database.table'
   
   


-- 
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]

Reply via email to