GitHub user jinfengni opened a pull request:

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

    Calcite1.4.0 rebase

    The Drill's forked version, after rebasing on today's Calcite 1.4.0 master 
branch, is currently located here:
    
    https://github.com/jinfengni/incubator-optiq/tree/DrillCalcite1.4.0


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

    $ git pull https://github.com/jinfengni/incubator-drill Calcite1.4.0Rebase

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

    https://github.com/apache/drill/pull/126.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 #126
    
----
commit 289d35251f71524d467b9678fe34bdcfcf05e9ab
Author: Jinfeng Ni <[email protected]>
Date:   2015-07-28T23:23:04Z

    DRILL-3542: Rebase Drill on Calcite 1.4.0 release.
    
    Changes includes:
     - Parser configuration change
     - Rule name change.
     - Consistency checking in SqlOperator.
     - Exclude dependency inherited from Calcite, due to version conflicts.

commit b0a32da29521e986d8044ac3a8e04a3e681602be
Author: Jinfeng Ni <[email protected]>
Date:   2015-08-04T08:54:40Z

    DRILL-3542: Add method to use both field names and types to determine 
project operator's triviality.
    
    [CALCITE-577] removes a deprecated code where project operator's triviality 
depends both names
    and types. Drill has to add it back, since field name matters in Drill's 
execution engine.

commit cb41819334eef8d1cca593ad654afaf5261db97c
Author: Jinfeng Ni <[email protected]>
Date:   2015-08-06T00:51:05Z

    DRILL-3542: Distinct aggregate expansion should convert to join. Add 
JoinPushExpressionRule.
    
    The changes are result of CALCITE-732 and CALCITE-850.

----


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