danny0405 commented on issue #19290: URL: https://github.com/apache/hudi/issues/19290#issuecomment-5018268378
> Will cleaner clean it in this case (even though it hasn't been compacted) It will not, since this delta commit belongs to the latest commit. Here is an example: ```java c_t5 // compaction scheduled at t3 dc_t1_t5, dc_t3.inflight, dc_t4_t6, dc_t7_t10 // delta commits ``` now dc t1 will be included in the compaction plan, t4 adn t7 are not included since they completed after t5, t3 is also excluded since it does not finish and been put into the latest file slice(version). -- 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]
