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 2020/09/23 04:56:40 UTC

[GitHub] [incubator-iotdb] qiaojialin commented on a change in pull request #1752: [IOTDB-904] fix update last cache NullPointerException

qiaojialin commented on a change in pull request #1752:
URL: https://github.com/apache/incubator-iotdb/pull/1752#discussion_r493195177



##########
File path: server/src/main/java/org/apache/iotdb/db/qp/physical/crud/InsertPlan.java
##########
@@ -70,12 +68,12 @@ public void setDataTypes(TSDataType[] dataTypes) {
     this.dataTypes = dataTypes;
   }
 
-  public MeasurementSchema[] getSchemas() {
-    return schemas;
+  public MeasurementMNode[] getMNodes() {
+    return mNodes;

Review comment:
       fixed




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