n3nash commented on issue #1737: URL: https://github.com/apache/hudi/issues/1737#issuecomment-693557377
@abhijeetkushe What you see for COW is the expected behavior. The reason why you see the latest file growing is because of this feature -> https://hudi.apache.org/docs/configurations.html#compactionSmallFileSize where Hudi implicitly will grow the file size if it's smaller than 100MB. That number is configurable or your can turn it off in which case you will see 3 total files. Could you paste the output directory from the MOR runs please ? ---------------------------------------------------------------- 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]
