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 2020/05/29 05:31:22 UTC

[GitHub] [incubator-iotdb] qiaojialin commented on a change in pull request #1284: [IOTDB-713] success message on cli

qiaojialin commented on a change in pull request #1284:
URL: https://github.com/apache/incubator-iotdb/pull/1284#discussion_r432263671



##########
File path: cli/src/main/java/org/apache/iotdb/cli/AbstractCli.java
##########
@@ -99,6 +99,7 @@
   static int maxValueLength = 15;
   static String TIMESTAMP_PRECISION = "ms";
   private static int lineCount = 0;
+  private static final String SUCCESS_MESSAGE = "The statement is executed.";

Review comment:
       ```suggestion
     private static final String SUCCESS_MESSAGE = "The statement is executed successfully.";
   ```




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