You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Chesnay Schepler (JIRA)" <ji...@apache.org> on 2017/04/05 21:02:41 UTC

[jira] [Closed] (FLINK-6246) Fix generic type of OutputTag in operator Output

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

Chesnay Schepler closed FLINK-6246.
-----------------------------------
       Resolution: Fixed
         Assignee: Aljoscha Krettek
    Fix Version/s: 1.3.0

1.3: 9bdbe6071f1946391598709bfa637fd76a8c7396

> Fix generic type of OutputTag in operator Output
> ------------------------------------------------
>
>                 Key: FLINK-6246
>                 URL: https://issues.apache.org/jira/browse/FLINK-6246
>             Project: Flink
>          Issue Type: Bug
>          Components: DataStream API
>    Affects Versions: 1.3.0
>            Reporter: Aljoscha Krettek
>            Assignee: Aljoscha Krettek
>             Fix For: 1.3.0
>
>
> The current signature is
> {code}
> <X> void collect(OutputTag<?> outputTag, StreamRecord<X> record)
> {code}
> which can be improved to
> {code}
> <X> void collect(OutputTag<X> outputTag, StreamRecord<X> record)
> {code}
> This is probably leftover from an intermediate stage of development.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)