ctubbsii commented on a change in pull request #1537: Add PrintInfo options to 
dump full keys, apply formatter
URL: https://github.com/apache/accumulo/pull/1537#discussion_r389189014
 
 

 ##########
 File path: 
core/src/main/java/org/apache/accumulo/core/file/rfile/PrintInfo.java
 ##########
 @@ -138,6 +146,19 @@ public String description() {
     return "Prints rfile info";
   }
 
+  @SuppressWarnings("unchecked")
 
 Review comment:
   If you assign the unchecked code to a variable, you can add this suppression 
on just that assignment, so it doesn't mask other (fixable, avoidable) problems 
in the method.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to