GitHub user jacques-n opened a pull request:
https://github.com/apache/drill/pull/401
DRILL-4465: Simplify Calcite parsing & planning integration
- Canonicalize Planning phases with PlannerPhase enumeration
- Canonicalize PlannerType transforms
- Remove dependency on Calcite's Frameworks.Planner since Drill need stop
heavily customize interactions
- Update AbstractStoragePlugin to implement a phase-aware planning rule
injection behavior.
- Avoid (or at least reduce) duplicated registerSchemas() invocations
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jacques-n/drill DRILL-4465
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/drill/pull/401.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 #401
----
commit d168ca39fee9135a6aa55f6551674be1597e601b
Author: Jacques Nadeau <[email protected]>
Date: 2016-02-25T18:45:40Z
DRILL-4465: Simplify Calcite parsing & planning integration
- Canonicalize Planning phases with PlannerPhase enumeration
- Canonicalize PlannerType transforms
- Remove dependency on Calcite's Frameworks.Planner since Drill need stop
heavily customize interactions
- Update AbstractStoragePlugin to implement a phase-aware planning rule
injection behavior.
- Avoid (or at least reduce) duplicated registerSchemas() invocations
----
---
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.
---