gianm commented on PR #12612: URL: https://github.com/apache/druid/pull/12612#issuecomment-1150559339
This error message seems like it'd be confusing if someone simply spells a type ID wrong, or uses a type in the wrong place. It may make people think that they are missing some extension, when really it's just a spelling or usage error. How about something like this? > Could not resolve type id 'baz'. If this type is provided by an extension, make sure to load the extension that provides type 'baz' on the 'druid/overlord' service. With your current configuration, available type ids for 'org.apache.druid.indexing.common.task.Task' are [foo, bar]. -- 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]
