Gabriel39 commented on issue #10859: URL: https://github.com/apache/druid/issues/10859#issuecomment-774716858
You are right this is caused by https://github.com/apache/druid/commit/ae4b1920c53d34008ab55cfa2e368a8affad77a0#diff-a6471b0e75ec5f881cceafb6186%5B%E2%80%A6%5De04e6fe4e8a1fca21674bf9a5R64-R112 It seems like annotated org.apache.druid.query.extraction.MapLookupExtractor is a subclass of com.fasterxml.jackson.databind.introspect.AnnotatedClass and expression `ac instanceof AnnotatedParameter` in org.apache.druid.guice.GuiceAnnotationIntrospector is always false in this case. ---------------------------------------------------------------- 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]
