gupash commented on issue #3676: URL: https://github.com/apache/hudi/issues/3676#issuecomment-1262761600
@nsivabalan, just came across this ticket, I have 2 questions: 1. Why are more than 1 base parquet file even getting created if the first one is less than 100MB. I do understand that the smallest parquet file will be padded with more inserts per commit. And eventually all the base parquet files will increase in size. My question is, why are more than 1 base parquet file even getting created in the first place, if the first one is less than 100MB? 2. `hoodie.copyonwrite.record.size.estimate` only works incase of COW table, what about MOR table? -- 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]
