abhishekrb19 commented on issue #17361: URL: https://github.com/apache/druid/issues/17361#issuecomment-2421820169
@teyeheimans, that does look like a bug. This is the relevant introspection code for map lookups: https://github.com/apache/druid/blob/master/server/src/main/java/org/apache/druid/query/lookup/MapLookupExtractorFactory.java#L156. I think `getValues()` response should just be `map.values()` instead of `map.values().toString()`, which would result in a String representation on the underlying collection. The same would apply to `getKeys()`. If that sounds about right, please feel free to raise a PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
