apurtell commented on code in PR #4646:
URL: https://github.com/apache/hbase/pull/4646#discussion_r929419954
##########
hbase-endpoint/src/test/java/org/apache/hadoop/hbase/coprocessor/TestCoprocessorEndpointTracing.java:
##########
@@ -156,6 +156,7 @@ public void traceAsyncTableEndpoint() {
final CompletableFuture<Map<byte[], String>> future = new
CompletableFuture<>();
final AsyncTable.CoprocessorCallback<EchoResponseProto> callback =
new AsyncTable.CoprocessorCallback<EchoResponseProto>() {
+ @SuppressWarnings("ArrayAsKeyOfSetOrMap")
Review Comment:
Let me remove these suppressions.
--
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]