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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
