You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/03/02 16:51:18 UTC

[jira] [Commented] (DRILL-4465) Refactor Parsing and Planning to canonicalize planning and parsing

    [ https://issues.apache.org/jira/browse/DRILL-4465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15175824#comment-15175824 ] 

ASF GitHub Bot commented on DRILL-4465:
---------------------------------------

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 <ja...@apache.org>
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

----


> Refactor Parsing and Planning to canonicalize planning and parsing
> ------------------------------------------------------------------
>
>                 Key: DRILL-4465
>                 URL: https://issues.apache.org/jira/browse/DRILL-4465
>             Project: Apache Drill
>          Issue Type: Sub-task
>          Components: Query Planning & Optimization
>            Reporter: Jacques Nadeau
>            Assignee: Jacques Nadeau
>             Fix For: 1.6.0
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)