You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2022/01/28 04:32:08 UTC

[GitHub] [pinot] walterddr commented on a change in pull request #8080: Adding TIMESTAMP type into schema test

walterddr commented on a change in pull request #8080:
URL: https://github.com/apache/pinot/pull/8080#discussion_r794195467



##########
File path: pinot-common/src/test/resources/schemaTest.schema
##########
@@ -88,6 +88,12 @@
       "format": "1:DAYS:SIMPLE_DATE_FORMAT:yyyyMMdd",
       "granularity": "1:DAYS",
       "defaultNullValue": "20200101"
+    },
+    {
+      "name": "dateTime3",
+      "dataType": "TIMESTAMP",
+      "format": "1:MILLISECONDS:TIMESTAMP",

Review comment:
       Just checked a community discussion that this can only be TIMESTAMP and setting the format to 
   `1:MILLISECONDS:EPOCH` will fail. 
   
   Is there a reason why? I think we should support both. 




-- 
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: commits-unsubscribe@pinot.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org