mirkojotic opened a new pull request #6937: Select query failing if miliseconds used as time for indexing URL: https://github.com/apache/incubator-druid/pull/6937 If milliseconds were passed to DateTime#of as string `joda` would throw an Illegal Argument Exception because it expects milliseconds to be in form of a Long type. I've added a couple of tests to make sure it is working for seconds and milliseconds. Let me know if I need to change anything. Solves #1332
---------------------------------------------------------------- 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]
