skoppu22 commented on code in PR #205:
URL: https://github.com/apache/cassandra-sidecar/pull/205#discussion_r1993385584
##########
server/src/test/java/org/apache/cassandra/sidecar/datahub/SchemaReporterTest.java:
##########
@@ -41,7 +41,7 @@
/**
* Unit tests for {@link SchemaReporter}
*/
-@SuppressWarnings("try")
+@SuppressWarnings("resource")
Review Comment:
I would like to understand why are we having this SuppressWarnings for
resource? If I understand correctly, this is to avoid resource leak warning.
--
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]