EdColeman commented on a change in pull request #2186:
URL: https://github.com/apache/accumulo/pull/2186#discussion_r662553498
##########
File path: core/src/main/java/org/apache/accumulo/core/conf/Property.java
##########
@@ -1531,21 +1547,19 @@ public static boolean isClassProperty(String key) {
propertiesByKey = new HashMap<>();
validPrefixes = new HashSet<>();
validProperties = new HashSet<>();
+ validTableProperties = new HashSet<>();
for (Property p : Property.values()) {
+ propertiesByKey.put(p.getKey(), p);
Review comment:
Yes - I believe that it was always being assigned - so I moved it to the
top so it was easier to see that was happening.
--
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]