voonhous commented on code in PR #18816:
URL: https://github.com/apache/hudi/pull/18816#discussion_r3887453371


##########
hudi-cli/src/test/java/org/apache/hudi/cli/commands/TestRepairsCommand.java:
##########
@@ -257,16 +264,16 @@ public void testRemoveCorruptedPendingCleanAction() 
throws IOException {
     for (int i = 100; i < 104; i++) {
       String timestamp = String.valueOf(i);
       // Write corrupted requested Clean File
-      
HoodieTestCommitMetadataGenerator.createEmptyCleanRequestedFile(tablePath, 
timestamp, conf);
+      org.apache.hadoop.fs.Path filePath = new 
org.apache.hadoop.fs.Path(metaClient.getTimelinePath() + "/" + timestamp + 
".clean.requested");

Review Comment:
   Done -- `Path`, `HoodieTestDataGenerator`, `HoodieTableConfig` and 
`Collectors` were all already imported, so the inline FQNs are gone.



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