prasannarajaperumal commented on code in PR #6256: URL: https://github.com/apache/hudi/pull/6256#discussion_r958603552
########## rfc/rfc-51/rfc-51.md: ########## @@ -42,11 +43,11 @@ In cases where Hudi tables used as streaming sources, we want to be aware of all To implement this feature, we need to implement the logic on the write and read path to let Hudi figure out the changed data when read. In some cases, we need to write extra data to help optimize CDC queries. -## Scenarios +## Scenario Illustration Review Comment: I am just calling out that insert and delete should not skip the row key in the CDC stream. I see a implementation of producing a CDC stream with just from and to version and this does not cover the above requirement. Calling this out explicitly helps. -- 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]
