cshannon commented on code in PR #2967:
URL: https://github.com/apache/accumulo/pull/2967#discussion_r982570424
##########
core/src/main/java/org/apache/accumulo/core/clientImpl/TableOperationsImpl.java:
##########
@@ -1035,6 +1031,30 @@ public void modifyProperties(String tableName, final
Consumer<Map<String,String>
}
}
+ @Override
+ public void modifyProperties(String tableName, final
Consumer<Map<String,String>> mapMutator)
Review Comment:
> Async APIs and server pipelines may be a good 3.0 project.
I agree with this, I think adding Async APIs for the next major version
would be a nice addition.
--
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]