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

[jira] [Closed] (FLINK-19072) Import Temporal Table join rule

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

godfrey he closed FLINK-19072.
------------------------------
    Resolution: Done

> Import Temporal Table join rule
> -------------------------------
>
>                 Key: FLINK-19072
>                 URL: https://issues.apache.org/jira/browse/FLINK-19072
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Table SQL / Planner
>            Reporter: Leonard Xu
>            Assignee: Leonard Xu
>            Priority: Major
>              Labels: pull-request-available
>
> The initial temporal table join (FOR SYSTEM_TIME AS OF) is a Correlate, we need rewrite it into a Join to make join condition can be pushed-down. The join will be translated into  [[StreamExecLookupJoin]]  or  [[StreamExecTemporalJoin]] in physical. 
> Import  Temporal table join rule to deal above temporal join rewrite logic.



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