LakshSingla commented on PR #15222: URL: https://github.com/apache/druid/pull/15222#issuecomment-1773274538
``` Error: /home/runner/work/druid/druid/processing/src/main/java/org/apache/druid/segment/join/PostJoinCursor.java:22:8: Unused import - org.apache.druid.query.BaseQuery. [UnusedImports] ``` My intellij doesn't clean up unused imports automatically. I run `mvn checkstyle:checkstyle` to confirm that checkstyle is passing. Sometimes deeply nested stuff won't get flagged up in Intellij but will show up as a check style failure. -- 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]
