HTHou commented on a change in pull request #2397:
URL: https://github.com/apache/iotdb/pull/2397#discussion_r551157998
##########
File path:
server/src/main/java/org/apache/iotdb/db/engine/storagegroup/StorageGroupProcessor.java
##########
@@ -2503,6 +2504,52 @@ public TsFileManagement getTsFileManagement() {
return tsFileManagement;
}
+
+ public void insert(InsertRowsOfOneDevicePlan insertRowsOfOneDevicePlan)
+ throws WriteProcessException {
+// for (InsertRowPlan plan : insertRowsOfOneDevicePlan.getRowPlans()) {
+// insert(plan);
+// }
Review comment:
Remove these?
----------------------------------------------------------------
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]