jack870131 commented on a change in pull request #375: [IOTDB-191]Add the
delete interface to Session API
URL: https://github.com/apache/incubator-iotdb/pull/375#discussion_r325026758
##########
File path: service-rpc/src/main/thrift/rpc.thrift
##########
@@ -304,5 +309,7 @@ service TSIService {
TSRPCResp insertRow(1:TSInsertReq req);
+ TSRPCResp deleteTimeseries(1:TSDeleteReq req);
Review comment:
I have changed 'deleteTimeseries' into 'deleteRow'. What do you think?
----------------------------------------------------------------
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]
With regards,
Apache Git Services