sergei3000 commented on issue #13509:
URL: https://github.com/apache/druid/issues/13509#issuecomment-1790550267

   Sorry about writing in this closed thread.
   
   Did this also fix the problem that I can see in my Druid instance when 
`SELECT TIME_PARSE('2023-10-19T09:29:58.613Z')` results in 
`2023-10-19T09:29:58.000Z` cutting off the milliseconds part (I run this in 
Druid's web UI)? I expect the result to be `2023-10-19T09:29:58.613` keeping 
the milliseconds and not cutting them off.
   
   Also filtering like `WHERE __time >= '2023-10-19T09:29:58.613Z'` returns 
records with timestamps above `09:29:58.000` but below `09:29:58.613` for me 
which seems to be related to the `TIME_PARSE` problem.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to