dlmarion commented on code in PR #5909:
URL: https://github.com/apache/accumulo/pull/5909#discussion_r2370224435


##########
core/src/main/java/org/apache/accumulo/core/conf/SiteConfiguration.java:
##########
@@ -271,7 +274,7 @@ public void getProperties(Map<String,String> props, 
Predicate<String> filter) {
   public void getProperties(Map<String,String> props, Predicate<String> filter,
       boolean useDefaults) {
     if (useDefaults) {
-      parent.getProperties(props, filter);
+      parent.getProperties(props, DEFAULT_TABLE_PROP_FILTER.and(filter));

Review Comment:
   I reverted the changes to SiteConfiguration based on #5911 being merged.



-- 
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]

Reply via email to