foster33 commented on a change in pull request #2122:
URL: https://github.com/apache/accumulo/pull/2122#discussion_r645736193
##########
File path:
core/src/test/java/org/apache/accumulo/core/clientImpl/TableOperationsHelperTest.java
##########
@@ -144,10 +144,15 @@ public void removeProperty(String tableName, String
property) {
@Override
public Iterable<Entry<String,String>> getProperties(String tableName) {
+ return getConfiguration(tableName).entrySet();
+ }
Review comment:
I had deleted this at first but then had put it back because I was
unsure. I will fix this.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]