sunjincheng121 commented on a change in pull request #817: [IOTDB-497] Apache
Flink Connector Support
URL: https://github.com/apache/incubator-iotdb/pull/817#discussion_r382880810
##########
File path: session/src/main/java/org/apache/iotdb/session/Session.java
##########
@@ -558,6 +558,15 @@ public TSStatus createTimeseries(String path, TSDataType
dataType,
}
}
+ public boolean checkTimeseriesExists(String path) throws
IoTDBSessionException {
Review comment:
This is not necessary in this PR, right? [1]
https://github.com/apache/incubator-iotdb/pull/824/files
----------------------------------------------------------------
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