You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Fabian Hueske (JIRA)" <ji...@apache.org> on 2016/05/19 20:27:13 UTC

[jira] [Closed] (FLINK-3934) Prevent translation of non-equi joins in DataSetJoinRule

     [ https://issues.apache.org/jira/browse/FLINK-3934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Fabian Hueske closed FLINK-3934.
--------------------------------
       Resolution: Fixed
    Fix Version/s: 1.1.0

Fixed with 3d6ce294123d90ca7bb029d4041f29a1ae1ccd81

> Prevent translation of non-equi joins in DataSetJoinRule
> --------------------------------------------------------
>
>                 Key: FLINK-3934
>                 URL: https://issues.apache.org/jira/browse/FLINK-3934
>             Project: Flink
>          Issue Type: Bug
>          Components: Table API
>    Affects Versions: 1.1.0
>            Reporter: Fabian Hueske
>            Assignee: Fabian Hueske
>             Fix For: 1.1.0
>
>
> At the moment, also non-equi joins are translated into {{DataSetJoin}}s. 
> To prevent such plans from being picked, we assign huge costs and eventually fail their translation into DataSet programs.
> A better solution is to prevent a non-equi join from being translated into a {{DataSetJoin}} in the {{DataSetJoinRule}}.



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