5 commented on code in PR #205:
URL: https://github.com/apache/cassandra-sidecar/pull/205#discussion_r1996041907
##########
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:
This suppresses the compiler warning caused by the use of auto-closeable
`JsonEmitter` outside of a try-with-resources block, but it's what we need to
do in tests…
--
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]