You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2018/05/04 20:40:37 UTC

[GitHub] mikewalch commented on a change in pull request #464: Remove redundant code

mikewalch commented on a change in pull request #464: Remove redundant code
URL: https://github.com/apache/accumulo/pull/464#discussion_r186215280
 
 

 ##########
 File path: test/src/main/java/org/apache/accumulo/test/performance/scan/CollectTabletStats.java
 ##########
 @@ -510,7 +510,7 @@ private static int readFilesUsingIterStack(VolumeManager fs, ServerConfiguration
     HashSet<ByteSequence> columnSet = createColumnBSS(columns);
 
     reader.seek(new Range(ke.getPrevEndRow(), false, ke.getEndRow(), true), columnSet,
-        columnSet.size() == 0 ? false : true);
+        columnSet.size() != 0);
 
 Review comment:
   Intellij has an inspection that will automatically fix this. I will run this later.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services