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:
[email protected]