GitHub user vasia opened a pull request:

    https://github.com/apache/flink/pull/1696

    [FLINK-3463] implement calc translation

    This PR implements the `DataSetCalcRule`, so that filters, projections, and 
their combinations are now translated to `FlinkCalc`s. `FlinkFilterRule`, 
`FlinkProjectRule`, `DataSetFilterRule`, and `DataSetProjectRule` are removed.
    @twalthr @fhueske let me know if that's what you had in mind :)

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

    $ git pull https://github.com/vasia/flink calcRule

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

    https://github.com/apache/flink/pull/1696.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 #1696
    
----
commit 9e3a25915f685876c835a772e1e8d920c44127e2
Author: vasia <[email protected]>
Date:   2016-02-22T14:06:37Z

    [FLINK-3463] implement calc translation
    
    - rewrite ProjectCalcMergeRule and FilterCalcMergeRule
    
    - deactivate FlinkFilter and FlinkProject rules
    
    - deactivate FilterReduceExpressionsRule and ProjectReduceExpressionsRule
      (covered by CalcReduceExpressions)

----


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