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: [email protected]

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

Reply via email to