mirror of
https://github.com/apache/druid.git
synced 2025-02-11 12:35:00 +00:00
The Avro parsing code leaks some "object" representations. We need to convert them into Maps/Lists so that other code can understand and expect good things. Previously, these objects were handled with .toString(), but that's not a good contract in terms of how to work with objects.