danny0405 commented on code in PR #9209:
URL: https://github.com/apache/hudi/pull/9209#discussion_r1287894094


##########
hudi-common/src/test/java/org/apache/hudi/common/testutils/FileCreateUtils.java:
##########
@@ -278,29 +278,16 @@ public static void createRestoreFile(String basePath, 
String instantTime, Hoodie
     createMetaFile(basePath, instantTime, HoodieTimeline.RESTORE_ACTION, 
serializeRestoreMetadata(hoodieRestoreMetadata).get());
   }
 
-  private static void createAuxiliaryMetaFile(String basePath, String 
instantTime, String suffix) throws IOException {

Review Comment:
   Yes, this is only used in tests and actually a misuse here, so I just remove 
it and fix the tests. (the original test wants to add commit meta file but it 
mistakenly adds in a wrong place, and the test is vary hacky to make pass.)



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