danny0405 commented on code in PR #13007: URL: https://github.com/apache/hudi/pull/13007#discussion_r2017980935
########## hudi-common/src/main/java/org/apache/hudi/metadata/HoodieTableMetadataUtil.java: ########## @@ -1089,35 +1089,6 @@ public static Set<String> getRecordKeys(List<String> logFilePaths, HoodieTableMe return Collections.emptySet(); } - private static void reAddLogFilesFromRollbackPlan(HoodieTableMetaClient dataTableMetaClient, String instantTime, - Map<String, Map<String, Long>> partitionToFilesMap) { - InstantGenerator factory = dataTableMetaClient.getInstantGenerator(); Review Comment: confused too ... -- 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-unsubscr...@hudi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org