Zouxxyy commented on issue #6527: URL: https://github.com/apache/hudi/issues/6527#issuecomment-1236106235
In my opinion, read full partition in KEEP_LATEST_FILE_VERSIONS strategy when clean files **is required anyway,** since the commit instant will be cleaned up, you never know how many slices are in the fileGroup. All we can do is speed up listing partitions or files with metadata as far I am concerned However, for KEEP_LATEST_COMMITS strategy, you only need to read the partitions that exist in the latest replate commits , rhat's what hudi is doing now. -- 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]
