You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/09/28 13:09:59 UTC

[GitHub] [hudi] YannByron commented on pull request #6818: Improve CDC Write

YannByron commented on PR #6818:
URL: https://github.com/apache/hudi/pull/6818#issuecomment-1260890524

   this pr will support cdc data block's flushing and cdc log file's rollover. this features need to upgrade the write stat about cdc, that is the key point need to be discuss.
   
   there maybe are solutions:
   1. like this pr: both `cdcPaths` and `cdcWriteBytes` are the `list` data type.
   2. use a map, like:
   ```
   cdcWriteStats: {
     "cdclogfile1": cdclogFile1Size,
     "cdclogfile1": cdclogFile1Size
   }
   ```
   
   cc @xushiyan @alexeykudinkin @danny0405  WDYH?


-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org