You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2021/05/09 04:40:04 UTC

[GitHub] [iotdb] icloudsong commented on a change in pull request #2935: [IOTDB-1259] upgrade libthrift from 0.12.0/0.13.0 to 0.14.1 and updated related c…

icloudsong commented on a change in pull request #2935:
URL: https://github.com/apache/iotdb/pull/2935#discussion_r628832202



##########
File path: cli/src/main/java/org/apache/iotdb/tool/ImportCsv.java
##########
@@ -306,6 +307,8 @@ public static void importCsvFromFile(
     } catch (StatementExecutionException e) {
       System.out.println(
           "Encounter an error when executing the statement, because " + e.getMessage());
+    } catch (TTransportException e) {
+      System.out.println("Encounter an error when connecting to server, because " + e.getMessage());

Review comment:
       I just follow the previous code style, it should be modified together.




-- 
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:
users@infra.apache.org