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

    https://github.com/apache/drill/pull/534#discussion_r70534443
  
    --- Diff: 
exec/java-exec/src/main/java/org/apache/drill/exec/planner/physical/PlannerSettings.java
 ---
    @@ -81,6 +83,11 @@
           new RangeLongValidator("planner.identifier_max_length", 128 /* A 
minimum length is needed because option names are identifiers themselves */,
                                   Integer.MAX_VALUE, 
DEFAULT_IDENTIFIER_MAX_LENGTH);
     
    +  public static final OptionValidator 
FILTER_MIN_SELECTIVITY_ESTIMATE_FACTOR = new 
MinRangeDoubleValidator("planner.filter.min_selectivity_estimate_factor",
    --- End diff --
    
    On second thoughts, I agree with keeping it as it is.  


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to