vesense commented on issue #817: [IOTDB-497] Apache Flink Connector Support
URL: https://github.com/apache/incubator-iotdb/pull/817#issuecomment-587491834
 
 
   I will update the PR after 
https://github.com/apache/incubator-iotdb/pull/824 getting merged, to add 
timeseries checks like this:
   
   ```
           for (String path : options.getTimeseries()) {
               if (!session.checkTimeseriesExists(path)) {
                   session.createTimeseries(path, TSDataType.TEXT, 
TSEncoding.PLAIN, CompressionType.UNCOMPRESSED);
               }
           }
   
   ```

----------------------------------------------------------------
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

Reply via email to