smengcl commented on code in PR #4944:
URL: https://github.com/apache/ozone/pull/4944#discussion_r1235998874


##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/snapshot/SnapshotDiffManager.java:
##########
@@ -886,6 +899,27 @@ void addToObjectIdMap(Table<String, ? extends 
WithObjectID> fsTable,
     }
   }
 
+  private SnapshotDiffObject createDiffObjectWithOldName(
+      long objectId, String oldName, SnapshotDiffObject diffObject) {
+    SnapshotDiffObjectBuilder builder = new SnapshotDiffObjectBuilder(objectId)
+            .withOldKeyName(oldName);

Review Comment:
   ```suggestion
           .withOldKeyName(oldName);
   ```



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to