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/29 03:19:38 UTC

[GitHub] mirkojotic opened a new pull request #6937: Select query failing if miliseconds used as time for indexing

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:
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