mirror of
https://github.com/apache/druid.git
synced 2025-02-09 03:24:55 +00:00
* Fix serialization in TaskReportFileWriters. For some reason, serializing a Map<String, TaskReport> would omit the "type" field. Explicitly sending each value through the ObjectMapper fixes this, because the type information does not get lost. * Fixes for static analysis.