kfaraz commented on PR #17917: URL: https://github.com/apache/druid/pull/17917#issuecomment-2808855769
Yeah, weird. [this pr](https://github.com/apache/druid/pull/10308/files#diff-741374282c8dd76ccc9b53710b6147030ae37f386694cb05f932f7d24d4bff18) is where we started assigning the `AuthorizerMapper` in the `runTask` method rather than the constructor, but we forgot to remove it from the constructor and it has just been dangling since then. We can get rid of it. -- 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]
