gianm commented on PR #17917: URL: https://github.com/apache/druid/pull/17917#issuecomment-2808755067
Spotbugs is reporting this: ``` Error: Medium: Unused public or protected field: org.apache.druid.indexing.seekablestream.SeekableStreamIndexTask.authorizerMapper [org.apache.druid.indexing.seekablestream.SeekableStreamIndexTask] In SeekableStreamIndexTask.java UUF_UNUSED_PUBLIC_OR_PROTECTED_FIELD ``` I'm not sure why it started doing that in this PR. I haven't changed that file. It does appear to be never written to (so would always be null), unless there's something that magically writes to it through reflection or something. -- 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]
