Github user joshelser commented on a diff in the pull request:

    https://github.com/apache/accumulo/pull/224#discussion_r103727371
  
    --- Diff: 
core/src/main/java/org/apache/accumulo/core/client/rfile/RFileWriterBuilder.java
 ---
    @@ -59,15 +62,22 @@ OutputStream getOutputStream() {
       }
     
       private OutputArgs out;
    -  private SamplerConfiguration sampler = null;
       private Map<String,String> tableConfig = Collections.emptyMap();
       private int visCacheSize = 1000;
    +  private Map<String,String> samplerProps = Collections.emptyMap();
    +  private Map<String,String> summarizerProps = Collections.emptyMap();
    +
    +  private void checkDisjoint(Map<String,String> props, Map<String,String> 
sampleProps, Map<String,String> summrizerProps) {
    --- End diff --
    
    Same method you have in NewTableConfiguration. Consolidate?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to