keith-turner commented on code in PR #4160:
URL: https://github.com/apache/accumulo/pull/4160#discussion_r1454127754


##########
core/src/main/java/org/apache/accumulo/core/fate/accumulo/FateMutatorImpl.java:
##########
@@ -132,12 +142,29 @@ public FateMutator<T> delete() {
     return this;
   }
 
+  /**

Review Comment:
   To to check for a set of possible values can do the following
   
    * Set an iterator on the condition that maps the value to something like  
`present` or `not present` depending on if the value is in the set.
    * Set the expected value on the condition to `present`



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to