EdColeman commented on code in PR #2799:
URL: https://github.com/apache/accumulo/pull/2799#discussion_r917273803
##########
core/src/main/java/org/apache/accumulo/core/clientImpl/NamespaceOperationsImpl.java:
##########
@@ -235,6 +265,29 @@ public Map<String,String> getConfiguration(final String
namespace)
}
}
+ @Override
+ public Map<String,String> getNamespaceSpecificConfiguration(String namespace)
Review Comment:
See previous comments - is this returning configuration or properties - if
just properties, then the name should reflect that.
--
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]