CTTY commented on issue #10916: URL: https://github.com/apache/hudi/issues/10916#issuecomment-2019066960
It sounds like cleaning based on the file versions would work for you the best. If these partitions don't have file version that is too old then they would be ignored for cleaning: https://github.com/apache/hudi/blob/a5978cd2308f0f2e501e12040f1fafae8afb86e9/hudi-client/hudi-client-common/src/main/java/org/apache/hudi/config/HoodieCleanConfig.java#L92 You'll need to set `"hoodie.cleaner.policy"` to `KEEP_LATEST_FILE_VERSIONS` to use this -- 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]
