thesumery commented on PR #4882: URL: https://github.com/apache/inlong/pull/4882#issuecomment-1175729688
If user want to use update scenes, how about this two different solution: 1. Import `update` ability,but should tell users the limitation(all code and docs should comment it). In additional what you have submitte in this pr, you should also change update and delete statement in `ClickHouseDialect`. 2. Enable upstream `append-mode`,so upstream produce record is only append stream. Add `time` and `rowkind` field in clickhouse table, those two filed comes from upstream table metadata fileds.Usersdecides how to deduplicate the downstream olap sql. -- 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]
