mirror of
https://github.com/apache/druid.git
synced 2025-02-13 13:34:58 +00:00
0f03ab0c74
Druid stores timestamps down to the millisecond, so we should use precision = 3. Setting this wrong sometimes caused milliseconds to be ignored in timestamp literals. Fixes #5337.