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

    https://github.com/apache/drill/pull/746#discussion_r101121530
  
    --- Diff: exec/java-exec/src/main/resources/drill-module.conf ---
    @@ -91,7 +91,22 @@ drill.exec: {
         use.ip : false
       },
       optimizer: {
    -    implementation: "org.apache.drill.exec.opt.IdentityOptimizer"
    +    implementation: "org.apache.drill.exec.opt.IdentityOptimizer",
    +    enhanced_defaults: {
    --- End diff --
    
    Could not work out, in the limited time available, how to pass a system 
option (which can change at runtime) into the default rules (which appears to 
not have visibility to the query context.)
    
    Any suggestions for how to pass along the query context so we can get at 
the runtime 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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to