mirror of https://github.com/apache/druid.git
52a74cf84f
* Use Long timestamp as key instead of DateTime. DateTime representation is screwed up when you store with an obj and read with a different DateTime obj. For example: The code below fails when you use DateTime as key ``` DateTime odt = DateTime.now(DateTimeUtils.getZone(DateTimeZone.forID("America/Los_Angeles"))); HashMap<DateTime, String> map = new HashMap<>(); map.put(odt, "abc"); DateTime dt = new DateTime(odt.getMillis()); System.out.println(map.get(dt)); ``` * Respect timezone when creating the file. * Update docs with timezone caveat in granularity spec * Remove unused imports |
||
---|---|---|
.. | ||
_bin | ||
_graphics | ||
_includes | ||
_layouts | ||
content | ||
img | ||
_config.yml | ||
_redirects.json | ||
index.html |