github-advanced-security[bot] commented on code in PR #19816:
URL: https://github.com/apache/druid/pull/19816#discussion_r3686980717
##########
sql/src/test/java/org/apache/druid/sql/avatica/DruidAvaticaHandlerTest.java:
##########
@@ -206,7 +206,7 @@
);
}
- private class ServerWrapper
+ private class ServerWrapper implements AutoCloseable
Review Comment:
## CodeQL / Inner class could be static
ServerWrapper could be made static, since the enclosing instance is used
only in its constructor.
[Show more
details](https://github.com/apache/druid/security/code-scanning/11449)
--
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]