bvaradar commented on issue #2633: URL: https://github.com/apache/hudi/issues/2633#issuecomment-812212286
@umehrot2 : Looking more closely on the code change to fix this. We need to do more changes. the base file check needs to change in https://github.com/apache/hudi/blob/e599764c2dcfbbc15d6554fa0df55b7375e4a31d/hudi-client/src/main/java/org/apache/hudi/table/action/deltacommit/UpsertDeltaCommitPartitioner.java#L96 We need to be careful otherwise in determining the current commit Time. I think as fix, it is safer to disregard files in pending compaction when selecting small files. -- 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]
