mirror of
https://github.com/apache/druid.git
synced 2025-02-17 15:35:56 +00:00
* Cleaner JSON for various input sources and formats. Add JsonInclude to various properties, to avoid population of default values in serialized JSON. Also fixes a bug in OrcInputFormat: it was not writing binaryAsString, so the property would be lost on serde. * Additonal test cases.