You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2019/01/04 06:16:20 UTC

[GitHub] dyf6372 opened a new pull request #6805: compare timestamp with 32503680000 in auto format

dyf6372 opened a new pull request #6805: compare timestamp with 32503680000 in auto format
URL: https://github.com/apache/incubator-druid/pull/6805
 
 
   If we set auto format timestamp parser, it will use millisecond if the time is a number. I think maybe it's better to determine the format automatically. If the number is smaller than 32503680000 which is 3000-01-01T00:00:00Z in second format, we use second format since 1971-01-12T04:48:00Z(32503680000 in millisecond format) is quite an old time before now. 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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