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/07/21 01:58:00 UTC

[jira] [Created] (FLINK-18651) implicitly cast the time attribute to regular TIMESTAMP type in regular join

godfrey he created FLINK-18651:
----------------------------------

             Summary: implicitly cast the time attribute to regular TIMESTAMP type in regular join
                 Key: FLINK-18651
                 URL: https://issues.apache.org/jira/browse/FLINK-18651
             Project: Flink
          Issue Type: Improvement
          Components: Table SQL / Planner
            Reporter: godfrey he


Currently, regular join does not accept rowtime attribute field as input, and requires users manually cast the time attribute as regular timestamp. Because time attribute will be out-of-order after regular join, and then we can't do window aggregate based on the time attribute. 

We can improve it that the planner can implicitly cast the time attribute to regular TIMESTAMP type, and throws exception there is an operator (after join) depended on time attribute, like window aggregate.



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