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/10/08 04:05:14 UTC

[GitHub] [hudi] danny0405 commented on pull request #6818: [HUDI-4948] Improve CDC Write

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

   > 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?
   
   What is the file size used for ?


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