Cpaulyz commented on code in PR #12477:
URL: https://github.com/apache/iotdb/pull/12477#discussion_r1608096724


##########
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/statement/crud/InsertStatement.java:
##########
@@ -43,7 +43,7 @@ public class InsertStatement extends Statement {
   private long[] times;
   private String[] measurementList;
 
-  private List<String[]> valuesList;
+  private List<Object[]> valuesList;

Review Comment:
   I forget why I modified this. But it looks like String[] is correct. I 
REVERT this modification.



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

Reply via email to