danny0405 edited a comment on issue #2712:
URL: https://github.com/apache/hudi/issues/2712#issuecomment-808048273


   Thanks @stayrascal , batch delete is not supported yet ~, Flink SQL now 
supports row level delete through the CDC source into hudi, if say, your format 
can produce messages with Flink `RowKind`: 
`INSERT/UPDATE/UPDATE_AFTER/UPDATE_BEFORE`.
   
   If you use the flink cdc connector or use the cdc formar like `canal-json`, 
the `update/delete` would be row-level and very natural.


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to