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:
[email protected]