You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Caizhi Weng (Jira)" <ji...@apache.org> on 2020/10/29 07:23:00 UTC

[jira] [Created] (FLINK-19874) Apply JoinDeriveNullFilterRule after join reorder

Caizhi Weng created FLINK-19874:
-----------------------------------

             Summary: Apply JoinDeriveNullFilterRule after join reorder
                 Key: FLINK-19874
                 URL: https://issues.apache.org/jira/browse/FLINK-19874
             Project: Flink
          Issue Type: Improvement
          Components: Table SQL / Planner
            Reporter: Caizhi Weng
             Fix For: 1.12.0


{{JoinDeriveNullFilterRule}} will filter out null join keys to prevent data skew for joins. Currently this rule is only applied before join reorder. After join reorder the join keys for some inputs might change and we need to apply this rule again.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)