Github user paul-rogers commented on a diff in the pull request:

    https://github.com/apache/drill/pull/729#discussion_r102866270
  
    --- Diff: 
protocol/src/main/java/org/apache/drill/exec/proto/beans/QueryContextInformation.java
 ---
    @@ -51,6 +51,7 @@ public static QueryContextInformation getDefaultInstance()
         private int timeZone;
         private String defaultSchemaName;
         private String sessionId;
    +    private int hllAccuracy;
    --- End diff --
    
    This need not be set here. Instead, get it from the option manager 
available to each fragment. Looks like this class is for static info common to 
all queries, not for caching system options.


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