kevinrr888 commented on code in PR #6040:
URL: https://github.com/apache/accumulo/pull/6040#discussion_r2687636887


##########
core/src/main/java/org/apache/accumulo/core/client/admin/NewTableConfiguration.java:
##########
@@ -73,8 +72,25 @@ public class NewTableConfiguration {
   private Map<String,String> summarizerProps = Collections.emptyMap();
   private Map<String,String> localityProps = Collections.emptyMap();
   private final Map<String,String> iteratorProps = new HashMap<>();
+  private final Map<String,String> inheritedIteratorProps = new HashMap<>();
   private SortedSet<Text> splitProps = Collections.emptySortedSet();
 
+  /**
+   * Configures the {@link NewTableConfiguration} with iterators inherited 
from the parent
+   * namespace. This is used internally in table creation - no need to call 
directly.
+   *
+   * @param props the parent namespace config
+   */
+  public void configureInheritedIteratorProps(Map<String,String> props) {

Review Comment:
   Moved the check to be server side and removed this method as well in 
cb2eccb02a46330efdc73a027c6806f22c58e781



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