Jackie-Jiang commented on issue #12734:
URL: https://github.com/apache/pinot/issues/12734#issuecomment-2086769680

   `TIMESTAMP` data type has implicit format of `yyyy-MM-dd HH:mm:ss.SSS` or 
millis since epoch.
   
   I think the confusion is coming from the fact that both `format` and 
`granularity` field within `DateTimeFieldSpec` are for explanation purpose 
instead of conversion purpose. I.e. if the value doesn't align with the spec, 
Pinot won't automatically convert the value.
   We should consider adding a feature to automatically convert the value if it 
doesn't align with the spec. cc @snleee @swaminathanmanish 


-- 
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-unsubscr...@pinot.apache.org

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


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

Reply via email to