abhishekagarwal87 commented on PR #13310:
URL: https://github.com/apache/druid/pull/13310#issuecomment-1304420294

   I feel that there might be some nuances being missed here. The comparison in 
java code, that @rohangarg is referring to, is done on long `millis` 
representation of start and end. The `start` and `end` in the table are strings 
in `yyyy-MM-ddTHH:mm:ss.SSSZZ`. You should refer to 
https://github.com/apache/druid/pull/11582/files and try out some whacky dates 
in that PR. The string-based comparison doesn't work for all kinds of dates. 


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