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

    https://github.com/apache/drill/pull/520#discussion_r85241432
  
    --- Diff: 
exec/java-exec/src/main/java/org/apache/drill/exec/planner/physical/PlannerSettings.java
 ---
    @@ -241,6 +244,10 @@ public long getInSubqueryThreshold() {
         return options.getOption(IN_SUBQUERY_THRESHOLD);
       }
     
    +  public boolean isAnsiQuotesEnabled() {
    --- End diff --
    
    instead of a boolean, shouldn't we use a enum for the kind of quotes we 
support, so that we can extend it later?


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