Ring-k commented on a change in pull request #1387:
URL: https://github.com/apache/incubator-iotdb/pull/1387#discussion_r443680766
##########
File path: service-rpc/src/main/thrift/cluster.thrift
##########
@@ -350,6 +350,8 @@ service TSDataService extends RaftService {
list<binary> getAggrResult(1:GetAggrResultRequest request)
+ map<string, bool> isMeasurementsRegistered(1: Node header, 2: list<string>
measurements)
Review comment:
I will change the interface, specifically, the return, to be a list f
string, `List<String>,` which are unregistered series.
----------------------------------------------------------------
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]