weizihan0110 commented on a change in pull request #2405:
URL: https://github.com/apache/iotdb/pull/2405#discussion_r557846790
##########
File path: server/src/main/java/org/apache/iotdb/db/engine/StorageEngine.java
##########
@@ -49,12 +49,12 @@
import org.apache.iotdb.db.engine.flush.TsFileFlushPolicy;
import org.apache.iotdb.db.engine.flush.TsFileFlushPolicy.DirectFlushPolicy;
import org.apache.iotdb.db.engine.querycontext.QueryDataSource;
-import org.apache.iotdb.db.engine.storagegroup.HashVirtualPartitioner;
+import
org.apache.iotdb.db.engine.storagegroup.virtualSg.HashVirtualPartitioner;
Review comment:
The module name is better to be in lowercase.
virtualSg -> virtualsg
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]