codope commented on code in PR #8384:
URL: https://github.com/apache/hudi/pull/8384#discussion_r1165645419


##########
hudi-common/src/main/java/org/apache/hudi/metadata/HoodieTableMetadataUtil.java:
##########
@@ -381,7 +376,7 @@ private static List<String> 
getPartitionsAdded(HoodieCommitMetadata commitMetada
   }
 
   private static List<String> getPartitionsDeleted(HoodieCommitMetadata 
commitMetadata) {
-    if (commitMetadata instanceof HoodieReplaceCommitMetadata
+    /*if (commitMetadata instanceof HoodieReplaceCommitMetadata

Review Comment:
   Why comment this block? Can remove it if not being used.



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

Reply via email to