Be lated update.
actually @phoenixjiangnan is already working on this
​https://issues.apache.org/jira/browse/FLINK-7635
On Sat, Sep 23, 2017 at 8:26 AM, Ufuk Celebi wrote:
> +1
>
> Created an issue here: https://issues.apache.org/jira/browse/FLINK-7677
>
>
> On Thu, Sep 14, 2017 at 11:51 AM,
+1
Created an issue here: https://issues.apache.org/jira/browse/FLINK-7677
On Thu, Sep 14, 2017 at 11:51 AM, Aljoscha Krettek wrote:
> Hi,
>
> Chen is correct! I think it would be nice, though, to also add that
> functionality for ProcessWindowFunction and I think this should be easy to
> do si
Hi,
Chen is correct! I think it would be nice, though, to also add that
functionality for ProcessWindowFunction and I think this should be easy to do
since the interface is very similar to ProcessFunction and we could also add
that to the Context.
Best,
Aljoscha
> On 9. Sep 2017, at 06:22, Ch
Hi Prabhu,
That is good question, the short answer is not yet, only ProcessFunction
was given flexibility of doing customized sideoutput at the moment.
Window Function wasn't given such flexibility partially due to sideoutput
initially targeting late arriving event for window use cases.
+@Aljosch