dlmarion commented on code in PR #2799:
URL: https://github.com/apache/accumulo/pull/2799#discussion_r915846818
##########
core/src/main/java/org/apache/accumulo/core/client/admin/TableOperations.java:
##########
@@ -643,6 +664,9 @@ default Iterable<Entry<String,String>> getProperties(String
tableName)
Map<String,String> getConfiguration(String tableName)
throws AccumuloException, TableNotFoundException;
+ Map<String,String> getTableSpecificConfiguration(String tableName)
Review Comment:
It looks like https://github.com/apache/accumulo/issues/2120 and
https://github.com/apache/accumulo/pull/2122 are related to the
`getConfiguration` method. Maybe these new methods can just be named
`getTableConfiguration` and `getNamespaceConfiguration` and note the
differences in the method javadoc.
--
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]