yihua commented on a change in pull request #4994:
URL: https://github.com/apache/hudi/pull/4994#discussion_r825337535



##########
File path: 
hudi-utilities/src/main/java/org/apache/hudi/utilities/HoodieMetadataTableValidator.java
##########
@@ -173,6 +181,9 @@ private TypedProperties 
readConfigFromFileSystem(JavaSparkContext jsc, Config cf
         + "Can use --min-validate-interval-seconds to control validation 
frequency", required = false)
     public boolean continuous = false;
 
+    @Parameter(names = {"--skip-under-deletion-data-files"}, description = 
"Skip to compare the data files which are under deletion by cleaner", required 
= false)

Review comment:
       nit: `--skip-under-deletion-data-files` -> 
`--skip-data-files-under-deletion`
   `skipUnderDeletionDataFiles` -> `skipDataFilesUnderDeletion`




-- 
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]


Reply via email to