You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Aljoscha Krettek (JIRA)" <ji...@apache.org> on 2018/04/12 22:41:00 UTC

[jira] [Closed] (FLINK-9152) Harmonize BroadcastProcessFunction Context names

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

Aljoscha Krettek closed FLINK-9152.
-----------------------------------
    Resolution: Fixed

> Harmonize BroadcastProcessFunction Context names
> ------------------------------------------------
>
>                 Key: FLINK-9152
>                 URL: https://issues.apache.org/jira/browse/FLINK-9152
>             Project: Flink
>          Issue Type: Improvement
>          Components: DataStream API
>    Affects Versions: 1.5.0
>            Reporter: Aljoscha Krettek
>            Assignee: Aljoscha Krettek
>            Priority: Blocker
>             Fix For: 1.5.0
>
>
> Currently, the {{Context}} on {{KeyedBroadcastProcessFunction}} is called {{KeyedContext}}, which is different from the name of the context onĀ {{BroadcastProcessFunction}}. This leads to the strange combination of
> {code:java}
> public abstract void processBroadcastElement(final IN2 value, final KeyedContext ctx, final Collector<OUT> out) throws Exception;
> {code}
> i.e. you're processing a broadcast element but the context is called a "keyed" context.



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