abhishekrb19 commented on PR #13859: URL: https://github.com/apache/druid/pull/13859#issuecomment-1446996570
Not sure why checkstyle is failing with errors in code that's not touched in this PR: ``` Error: /home/runner/work/druid/druid/server/src/main/java/org/apache/druid/server/coordinator/DruidCoordinator.java:22:8: Unused import - com.fasterxml.jackson.databind.ObjectMapper. [UnusedImports] Error: /home/runner/work/druid/druid/server/src/main/java/org/apache/druid/server/coordinator/duty/CompactSegments.java:24:8: Unused import - com.fasterxml.jackson.databind.ObjectMapper. [UnusedImports] ``` -- 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]
