Zouxxyy commented on PR #6999: URL: https://github.com/apache/hudi/pull/6999#issuecomment-1287047034
> @Zouxxyy I see `scanPartitions` and `dropPartitions` are the major logic for `RepairTableCommand`. But both of them depends on the partition directories in FileSystem, that is not suitable for Hudi. In Hudi, even if one partition directory exists, this partition still may have been dropped before. So better to use the partition information of the current snapshot instead of directories in FileSystem. WDYT? Good idea, done -- 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]
