[ https://issues.apache.org/jira/browse/FLINK-7996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16244406#comment-16244406 ]
ASF GitHub Bot commented on FLINK-7996: --------------------------------------- Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/4977 > Add support for (left.time = right.time) predicates to window join. > ------------------------------------------------------------------- > > Key: FLINK-7996 > URL: https://issues.apache.org/jira/browse/FLINK-7996 > Project: Flink > Issue Type: Sub-task > Components: Table API & SQL > Affects Versions: 1.4.0 > Reporter: Fabian Hueske > Assignee: Xingcan Cui > Priority: Critical > Fix For: 1.4.0 > > > A common operation is to join the result of two window aggregations on the > same timestamp. > However, window joins do not support equality predicates on time attributes > such as {{left.time = right.time}} but require two range predicates such as > {{left.time >= right.time AND left.time <= right.time}}. > This can be fixed in the translation code (the operator does not have to be > touched). -- This message was sent by Atlassian JIRA (v6.4.14#64029)