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 2017/08/09 15:32:00 UTC

[jira] [Created] (FLINK-7404) Table API batch join code-gen's equi-join conditions

Fabian Hueske created FLINK-7404:
------------------------------------

             Summary: Table API batch join code-gen's equi-join conditions
                 Key: FLINK-7404
                 URL: https://issues.apache.org/jira/browse/FLINK-7404
             Project: Flink
          Issue Type: Improvement
          Components: Table API & SQL
    Affects Versions: 1.3.2, 1.4.0
            Reporter: Fabian Hueske
            Assignee: Fabian Hueske


{{DataSetJoin}} generates code to evaluate equi-join conditions. However, these conditions are already evaluated by the DataSet join.

Hence, the generated conditions result in unnecessary overhead.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)