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/09/15 13:35:31 UTC

[GitHub] [incubator-iotdb] qiaojialin commented on a change in pull request #1733: [Sonar]Fix some sonarcloud codesmell issue

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



##########
File path: cli/src/main/java/org/apache/iotdb/cli/AbstractCli.java
##########
@@ -97,7 +97,7 @@
   private static int fetchSize = 1000;
   static int maxTimeLength = ISO_DATETIME_LEN;
   static int maxValueLength = 15;
-  static String TIMESTAMP_PRECISION = "ms";
+  static String timestamp_precision = "ms";

Review comment:
       We usually use the camel naming for variables 




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