ChenSammi commented on code in PR #3972: URL: https://github.com/apache/ozone/pull/3972#discussion_r1036704693
########## hadoop-hdds/framework/src/main/java/org/apache/hadoop/hdds/utils/db/TypedTable.java: ########## @@ -34,8 +27,15 @@ import org.apache.hadoop.hdds.utils.db.cache.CacheValue; import org.apache.hadoop.hdds.utils.db.cache.FullTableCache; import org.apache.hadoop.hdds.utils.db.cache.PartialTableCache; -import org.apache.hadoop.hdds.utils.db.cache.TableCache.CacheType; import org.apache.hadoop.hdds.utils.db.cache.TableCache; +import org.apache.hadoop.hdds.utils.db.cache.TableCache.CacheType; + +import java.io.File; +import java.io.IOException; +import java.util.ArrayList; +import java.util.Iterator; +import java.util.List; +import java.util.Map; Review Comment: There is also imports moving in other java files. ########## hadoop-hdds/framework/src/main/java/org/apache/hadoop/hdds/utils/db/TypedTable.java: ########## @@ -34,8 +27,15 @@ import org.apache.hadoop.hdds.utils.db.cache.CacheValue; import org.apache.hadoop.hdds.utils.db.cache.FullTableCache; import org.apache.hadoop.hdds.utils.db.cache.PartialTableCache; -import org.apache.hadoop.hdds.utils.db.cache.TableCache.CacheType; import org.apache.hadoop.hdds.utils.db.cache.TableCache; +import org.apache.hadoop.hdds.utils.db.cache.TableCache.CacheType; + +import java.io.File; +import java.io.IOException; +import java.util.ArrayList; +import java.util.Iterator; +import java.util.List; +import java.util.Map; Review Comment: There are also imports movings in other java files. -- 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]
