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/10/30 02:05:54 UTC

[GitHub] [iotdb] LebronAl commented on a change in pull request #1902: [Distributed] Fix create multi time series plan serialization

LebronAl commented on a change in pull request #1902:
URL: https://github.com/apache/iotdb/pull/1902#discussion_r514700947



##########
File path: server/src/main/java/org/apache/iotdb/db/qp/physical/sys/CreateMultiTimeSeriesPlan.java
##########
@@ -164,6 +164,7 @@ public void serialize(DataOutputStream stream) throws IOException {
 
     if (alias != null) {
       stream.write(1);
+      stream.writeInt(alias.size());

Review comment:
       You are right~I misunderstood the code here,I will fix this.
   Thanks!




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