You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Piotr Nowojski (JIRA)" <ji...@apache.org> on 2018/07/03 09:50:00 UTC

[jira] [Updated] (FLINK-9714) Support versioned joins with processing time

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

Piotr Nowojski updated FLINK-9714:
----------------------------------
    Description: 
Queries like:
{code:java}
SELECT 
  o.amount * r.rate 
FROM 
  Orders AS o, 
  LATERAL TABLE (Rates(o.rowtime)) AS r 
WHERE o.currency = r.currency{code}
should work for processing time

> Support versioned joins with processing time
> --------------------------------------------
>
>                 Key: FLINK-9714
>                 URL: https://issues.apache.org/jira/browse/FLINK-9714
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Table API &amp; SQL
>    Affects Versions: 1.5.0
>            Reporter: Piotr Nowojski
>            Priority: Major
>
> Queries like:
> {code:java}
> SELECT 
>   o.amount * r.rate 
> FROM 
>   Orders AS o, 
>   LATERAL TABLE (Rates(o.rowtime)) AS r 
> WHERE o.currency = r.currency{code}
> should work for processing time



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)