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

[jira] [Commented] (FLINK-3463) Implement Calc Support

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

ASF GitHub Bot commented on FLINK-3463:
---------------------------------------

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

----


> Implement Calc Support
> ----------------------
>
>                 Key: FLINK-3463
>                 URL: https://issues.apache.org/jira/browse/FLINK-3463
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Table API
>            Reporter: Vasia Kalavri
>            Assignee: Vasia Kalavri
>




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