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/04/26 02:34:01 UTC

[GitHub] [iotdb] Superainbower commented on a change in pull request #2956: [IOTDB-924] Support insert multi rows

Superainbower commented on a change in pull request #2956:
URL: https://github.com/apache/iotdb/pull/2956#discussion_r619935549



##########
File path: server/src/main/java/org/apache/iotdb/db/qp/logical/crud/InsertOperator.java
##########
@@ -46,11 +46,11 @@ public void setValueList(String[] insertValue) {
     this.valueList = insertValue;
   }
 
-  public long getTime() {
+  public long[] getTime() {
     return time;
   }
 
-  public void setTime(long time) {
+  public void setTime(long[] time) {

Review comment:
       thanks a lot




-- 
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