danny0405 commented on code in PR #13007: URL: https://github.com/apache/hudi/pull/13007#discussion_r2017970464
########## hudi-common/src/main/java/org/apache/hudi/metadata/HoodieTableMetadataUtil.java: ########## @@ -1143,7 +1114,6 @@ private static List<HoodieRecord> convertMetadataToRollbackRecords(HoodieRollbac HoodieTableMetaClient dataTableMetaClient) { Map<String, Map<String, Long>> partitionToAppendedFiles = new HashMap<>(); processRollbackMetadata(rollbackMetadata, partitionToAppendedFiles); - reAddLogFilesFromRollbackPlan(dataTableMetaClient, instantTime, partitionToAppendedFiles); Review Comment: why remove this -- 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