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 2019/07/17 01:57:34 UTC

[GitHub] [incubator-iotdb] qiaojialin commented on a change in pull request #246: add micro and nano precision

qiaojialin commented on a change in pull request #246: add micro and nano precision
URL: https://github.com/apache/incubator-iotdb/pull/246#discussion_r304192100
 
 

 ##########
 File path: iotdb-cli/src/main/java/org/apache/iotdb/cli/client/AbstractClient.java
 ##########
 @@ -341,6 +347,44 @@ protected static Options createOptions() {
     return options;
   }
 
+  public static String getInstantWithPrecision(DateTimeFormatter formatter,
 
 Review comment:
   ```suggestion
     public static String parseLongToDateWithPrecision(DateTimeFormatter formatter,
   ```

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


With regards,
Apache Git Services