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/06/10 09:36:13 UTC

[GitHub] [incubator-iotdb] qiaojialin commented on a change in pull request #1344: change infertype

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



##########
File path: server/src/main/java/org/apache/iotdb/db/qp/physical/crud/InsertPlan.java
##########
@@ -461,9 +461,7 @@ public void deserialize(ByteBuffer buffer) {
     }
 
     // the types are not inferred before the plan is serialized
-    if (types[0] == null) {
-      this.inferType = true;
-    }
+    this.inferType = true;

Review comment:
       Hi, the serializedPlan should already have specific data types. I think this field should be false.




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