You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2022/07/26 00:20:04 UTC

[GitHub] [hbase] apurtell commented on a diff in pull request #4646: HBASE-27210 Clean up error-prone findings in hbase-endpoint

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: issues-unsubscribe@hbase.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org