dlmarion commented on code in PR #2799:
URL: https://github.com/apache/accumulo/pull/2799#discussion_r914990946
##########
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:
I just ran `TableOperationsIT.createTable` and modified it to print out the
returned properties. You weren't joking. It looks like
`getConfiguration(String)` was added in 2.1.0. I wonder if that method should
be renamed. We should get some other opinions here. @milleruntime @ctubbsii
@EdColeman
--
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]