jt2594838 commented on a change in pull request #31: Fix sonar
URL: https://github.com/apache/incubator-iotdb/pull/31#discussion_r251024941
 
 

 ##########
 File path: tsfile/src/main/java/org/apache/iotdb/tsfile/read/common/Path.java
 ##########
 @@ -216,4 +220,13 @@ public boolean startWith(String prefix) {
   public boolean startWith(Path prefix) {
     return startWith(prefix.fullPath);
   }
+
+  public static void main(String[] args) {
+    Logger logger = LoggerFactory.getLogger(Path.class);
+    try {
+      throw new IOException("asdasda");
+    } catch (IOException e1) {
+      logger.error("read line from inputCsvFileReader failed:{}", "aaaa.file", 
"as",e1);
+    }
+  }
 
 Review comment:
   What is this main for?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to