jkosh44 commented on a change in pull request #952: [WIP] Issue 946
URL: https://github.com/apache/fluo/pull/952#discussion_r146745850
 
 

 ##########
 File path: 
modules/accumulo/src/main/java/org/apache/fluo/accumulo/iterators/GarbageCollectionIterator.java
 ##########
 @@ -224,7 +226,7 @@ private void readColMetadata() throws IOException {
         }
 
         if (keep) {
-          keys.add(new KeyValue(source.getTopKey(), val));
+          keys.add(source.getTopKey(), new Value(val));
 
 Review comment:
   val here is of type byte[] I believe, currently there is no add(Key, byte[]) 
method, but I can add it.

----------------------------------------------------------------
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