himanshug commented on issue #10678: URL: https://github.com/apache/druid/issues/10678#issuecomment-793057071
most common approach to handle that in Druid is to flatten the schema during/before ingestion so that in the end Druid datasource columns are [timestamp, name, kind, status_code, key1, key2,..] . Then there are no problems on query side. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
