lokeshj1703 commented on code in PR #13007:
URL: https://github.com/apache/hudi/pull/13007#discussion_r2018358599


##########
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:
   The logic was removed in HUDI-1517.



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