danny0405 commented on code in PR #6256: URL: https://github.com/apache/hudi/pull/6256#discussion_r946486735
########## rfc/rfc-51/rfc-51.md: ########## @@ -148,20 +152,27 @@ hudi_cdc_table/ Under a partition directory, the `.log` file with `CDCBlock` above will keep the changing data we have to materialize. -There is an option to control what data is written to `CDCBlock`, that is `hoodie.table.cdc.supplemental.logging`. See the description of this config above. +#### Write-on-indexing vs Write-on-compaction Review Comment: Some questions need to be cleared here: 1. when user wants to read the change log of commits: c1, c2, c3, but the c1 and c2 are cleaned/archived, what is the behavior/semantics of hudi for both cow and mor table ? 2. when reading in streaming mode, and because of the consumer lagging, some commits requested are cleaned, what is the behavior, should it throws directly ? -- 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]
