Hi Kant,

The stream-stream outer joins are work in progress now(left/right/full),
and will probably be ready before the end of this month. You can check the
progress from[1].

Best, Hequn

[1] https://issues.apache.org/jira/browse/FLINK-5878

On Wed, Mar 7, 2018 at 1:01 PM, Xingcan Cui <xingc...@gmail.com> wrote:

> Hi Kant,
>
> I suppose you refer to the stream join in SQL/Table API since the outer
> join for windowed-streams can always be achieved with the `JoinFunction` in
> DataStream API.
>
> There are two kinds of stream joins, namely, the time-windowed join and
> the non-windowed join in Flink SQL/Table API [1, 2]. The time-windowed
> outer join has been supported since version 1.5 and the non-windowed outer
> join is still work in progress.
>
> Hope that helps.
>
> Best,
> Xingcan
>
> [1] https://ci.apache.org/projects/flink/flink-docs-
> master/dev/table/tableApi.html#joins
> [2] https://ci.apache.org/projects/flink/flink-docs-
> master/dev/table/sql.html#joins
>
>
> On 7 Mar 2018, at 12:45 AM, kant kodali <kanth...@gmail.com> wrote:
>
> Hi All,
>
> Does Flink support stream-stream outer joins in the latest version?
>
> Thanks!
>
>
>

Reply via email to