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/03/02 08:20:31 UTC

[GitHub] [iotdb] THUMarkLau commented on a change in pull request #5130: [To rel/0.12][IOTDB-2624] "overlapped data should be consumed first" occurs when executing query

THUMarkLau commented on a change in pull request #5130:
URL: https://github.com/apache/iotdb/pull/5130#discussion_r817446816



##########
File path: server/src/main/java/org/apache/iotdb/db/conf/IoTDBConfig.java
##########
@@ -153,7 +153,7 @@
   private int flushWalThreshold = 10000;
 
   /** this variable set timestamp precision as millisecond, microsecond or nanosecond */
-  private String timestampPrecision = "ms";
+  private String timestampPrecision = "ns";

Review comment:
       This pr will be closed. I will create another PR to fix this issue.




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