adoroszlai commented on a change in pull request #2474:
URL: https://github.com/apache/ozone/pull/2474#discussion_r679830109
##########
File path:
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestOMRatisSnapshots.java
##########
@@ -26,7 +26,7 @@
import org.apache.commons.lang3.RandomStringUtils;
import org.apache.hadoop.hdds.conf.OzoneConfiguration;
import org.apache.hadoop.hdds.utils.db.DBCheckpoint;
-import org.apache.hadoop.ozone.MiniOzoneCluster;
+import org.apache.hadoop.ozone.MinOzoneCluster;
Review comment:
This looks like a typo, causes compile errors.
```
TestOMRatisSnapshots.java:[29,31] cannot find symbol
Error: symbol: class MinOzoneCluster
Error: location: package org.apache.hadoop.ozone
```
```suggestion
import org.apache.hadoop.ozone.MiniOzoneCluster;
```
--
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]