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 2022/08/18 02:59:49 UTC

[GitHub] [iotdb] cmlmakahts commented on a diff in pull request #7032: [IOTDB-4156] import csv has error time after timestamp_precision set ns

cmlmakahts commented on code in PR #7032:
URL: https://github.com/apache/iotdb/pull/7032#discussion_r948606242


##########
cli/src/main/java/org/apache/iotdb/tool/ImportCsv.java:
##########
@@ -82,6 +82,9 @@ public class ImportCsv extends AbstractCsvTool {
   private static final String CSV_SUFFIXS = "csv";
   private static final String TXT_SUFFIXS = "txt";
 
+  private static final String TIMESTAMP_PRECISION_ARGS = "tp";
+  private static final String TIMESTAMP_PRECISION_NAME = "timestamp precision (ms/us/ns)";
+

Review Comment:
   User guide is updated.



-- 
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: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org