You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/10/20 03:48:50 UTC

[GitHub] [hudi] YannByron commented on pull request #6999: [HUDI-5057] Fix msck repair hudi table

YannByron commented on PR #6999:
URL: https://github.com/apache/hudi/pull/6999#issuecomment-1284882140

   @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?


-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org