DomGarguilo commented on code in PR #4160:
URL: https://github.com/apache/accumulo/pull/4160#discussion_r1453767291
##########
core/src/main/java/org/apache/accumulo/core/fate/accumulo/FateMutatorImpl.java:
##########
@@ -132,12 +142,29 @@ public FateMutator<T> delete() {
return this;
}
+ /**
Review Comment:
If I am understanding things correctly, this new method would check the
value of the status column. Is it possible to have a set of acceptable values
for a Condition? To me it seems like you can only set one value with
`Condition.setValue()`.
--
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]