tanvipenumudy commented on code in PR #5745:
URL: https://github.com/apache/ozone/pull/5745#discussion_r1429634872


##########
hadoop-ozone/ozone-manager/src/test/java/org/apache/hadoop/ozone/om/response/snapshot/TestOMSnapshotDeleteResponse.java:
##########
@@ -56,7 +55,7 @@ public class TestOMSnapshotDeleteResponse {
   @TempDir
   private Path folder;
   
-  private OMMetadataManager omMetadataManager;
+  private OmMetadataManagerImpl omMetadataManager;

Review Comment:
   We can retain `omMetadataManager` object to be of type `OMMetadataManager` 
as is.



##########
hadoop-ozone/ozone-manager/src/test/java/org/apache/hadoop/ozone/om/response/snapshot/TestOMSnapshotDeleteResponse.java:
##########
@@ -40,7 +39,7 @@
 import org.junit.jupiter.api.BeforeEach;
 import org.junit.jupiter.api.Test;
 import org.junit.jupiter.api.io.TempDir;
-
+import org.apache.hadoop.ozone.om.OMConfigKeys;

Review Comment:
   I think we can avoid repositioning of imports such as this one.



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