You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by "HTHou (via GitHub)" <gi...@apache.org> on 2024/02/26 09:04:57 UTC

[PR] [IOTDB-6302] Enhance the support of ISO_LOCAL_DATE_TIME timestamp format [iotdb]

HTHou opened a new pull request, #12086:
URL: https://github.com/apache/iotdb/pull/12086

   ## Description
   
   IoTDB doesn't support timestamp format like `2024-02-22T16:36:34.67`, which should be equals to `2024-02-22T16:36:34.670`.
   
   After referred the code of JDK below, we can simply support it.
   
   <img width="842" alt="image" src="https://github.com/apache/iotdb/assets/25913899/af1bb9ec-3983-471e-a612-c50021ff9407">
   
   <img width="604" alt="image" src="https://github.com/apache/iotdb/assets/25913899/2784f046-c85a-4d60-a967-d16dba3ecada">
   
   


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


Re: [PR] [IOTDB-6302] Enhance the support of ISO_LOCAL_DATE_TIME timestamp format [iotdb]

Posted by "sonarcloud[bot] (via GitHub)" <gi...@apache.org>.
sonarcloud[bot] commented on PR #12086:
URL: https://github.com/apache/iotdb/pull/12086#issuecomment-1963642246

   ## [![Quality Gate Failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-failed-20px.png 'Quality Gate Failed')](https://sonarcloud.io/dashboard?id=apache_iotdb&pullRequest=12086) **Quality Gate failed**  
   Failed conditions  
   ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/failed-16px.png '') [0.0% Coverage on New Code](https://sonarcloud.io/component_measures?id=apache_iotdb&pullRequest=12086&metric=new_coverage&view=list) (required ≥ 80%)  
     
   [See analysis details on SonarCloud](https://sonarcloud.io/dashboard?id=apache_iotdb&pullRequest=12086)
   
   


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


Re: [PR] [IOTDB-6302] Enhance the support of ISO_LOCAL_DATE_TIME timestamp format [iotdb]

Posted by "HTHou (via GitHub)" <gi...@apache.org>.
HTHou merged PR #12086:
URL: https://github.com/apache/iotdb/pull/12086


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