keith-turner commented on issue #1091:
URL: https://github.com/apache/accumulo/issues/1091#issuecomment-846016085


   > Are you suggesting that currentRow is updated after the new mutation is 
created here:
   
   @DomGarguilo yeah I think that is what I was thinking.  
   
   For the comment about `if(m != null)` not exactly sure what I was thinking 
because I only see `if(m == null)`.   Maybe I was thinking the 
`if(m==null){...}` and `if(!currentRow.equals(metadataRow)){...}` could be 
combined but only calling `mbw.addMutation(m);` when `m!=null`.


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


Reply via email to