mychaow commented on a change in pull request #1771:
URL: https://github.com/apache/incubator-iotdb/pull/1771#discussion_r496489240
##########
File path: server/src/main/java/org/apache/iotdb/db/service/TSServiceImpl.java
##########
@@ -1533,14 +1528,35 @@ public TSStatus
createMultiTimeseries(TSCreateMultiTimeseriesReq req) {
req.getPaths().size(), req.getPaths().get(0));
}
List<TSStatus> statusList = new ArrayList<>(req.paths.size());
+ CreateTimeSeriesPlan plan = new CreateTimeSeriesPlan();
Review comment:
Just to do some check, like checkAuthority before execute the
CreateMultiTimeSeriesPlan.
----------------------------------------------------------------
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]