neuyilan commented on a change in pull request #4531:
URL: https://github.com/apache/iotdb/pull/4531#discussion_r764490843
##########
File path: cli/src/main/java/org/apache/iotdb/tool/ExportCsv.java
##########
@@ -149,6 +153,8 @@ public static void main(String[] args) {
System.out.println("Invalid args: " + e.getMessage());
} catch (IoTDBConnectionException | StatementExecutionException e) {
System.out.println("Connect failed because " + e.getMessage());
+ } catch (TException e) {
+ e.printStackTrace();
Review comment:
Use the System.out to print the message as the others?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]