You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2021/01/04 07:46:26 UTC

[GitHub] [iotdb] HTHou commented on a change in pull request #2397: [IOTDB-1077] add insertOneDeviceRecords API in java session

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:
users@infra.apache.org