keith-turner commented on a change in pull request #952: [WIP] Issue 946
URL: https://github.com/apache/fluo/pull/952#discussion_r146752621
 
 

 ##########
 File path: 
modules/accumulo/src/main/java/org/apache/fluo/accumulo/iterators/GarbageCollectionIterator.java
 ##########
 @@ -65,8 +66,8 @@ public KeyValue(Key key, byte[] value) {
   private Long gcTimestamp;
   private SortedKeyValueIterator<Key, Value> source;
 
-  private ArrayList<KeyValue> keys = new ArrayList<>();
-  private ArrayList<KeyValue> keysFiltered = new ArrayList<>();
+  private ColumnBuffer keys = new ColumnBuffer();
 
 Review comment:
   with these changes I think the private class KeyValue can be removed.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to