vinothchandar commented on pull request #2300: URL: https://github.com/apache/hudi/pull/2300#issuecomment-749641025
>yes, correct. Is there a case we will write more than 1 log file for a file group during a single commit? @garyli1019 yes. certainly possible. We rollover log files once they pass a certain size. so if the amount of data is large, we will write more than 1. I think we need to change `WriteStatus` to have a list of `WriteStat` . WDYT? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
