GitHub user mehant opened a pull request:

    https://github.com/apache/drill/pull/94

    DRILL-3500: Add OptimizerRulesContext which exposes information neede…

    …d by storage plugin specific optimizer rules
    
    1. Add a new interface OptimizerRulesContext that will be implemented by 
QueryContext. It will contain all the information needed by the rules. This 
context will be passed to the storage plugin method while getting the optimizer 
rules specific to that storage plugin.
    2. Restrict existing internal rules to only accept OptimizerRulesContext 
instead of QueryContext so information in QueryContext has better encapsulation.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mehant/drill hive_pp_1

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/drill/pull/94.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #94
    
----
commit 5969dc7f45fe750e0c87f4a157e1bf798866f210
Author: Mehant Baid <[email protected]>
Date:   2015-07-15T21:30:16Z

    DRILL-3500: Add OptimizerRulesContext which exposes information needed by 
storage plugin specific optimizer rules

----


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