[Feature][ClickHouse] Clickhouse support update sql
- Dominant language
- Java
- Stars
- 4.1k
- Forks
- 1.7k
- PR merge metrics
- No merged PRs in 30d
Description
### Search before asking
- [X] I had searched in the [issues](https://github.com/DTStack/chunjun/issues) and found no similar feature requirement.
### Description
当尝试在mysql数据表中更新修改某条或者删除某条数据记录的时候, 出现上述错误。
跟踪源码发现, 当实现增量实时数据同步作业时候,根据rowKind类型的值执行相关操作, 而clickhouse的 DELETE 与UPDATE_BEFORE 具体实现代码为空。 具体如下:



在此基础上,针对delete操作,添加了相关具体实现,但是对Flink相关语义以及数据原子性先关方面理解缺乏,还需要好好补充,希望大佬解惑, 指个方向, 具体如何更新操作。
### Use case
_No response_
### Related issues
_No response_
### Are you willing to submit a PR?
- [ ] 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)
Contributor guide
Assessment
This issue has not been assessed yet.