You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Stephan Ewen (JIRA)" <ji...@apache.org> on 2015/09/09 20:18:46 UTC

[jira] [Resolved] (FLINK-2638) Add @SafeVarargs to the environment.fromElements(...) method

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

Stephan Ewen resolved FLINK-2638.
---------------------------------
    Resolution: Fixed

Fixed via d0502e4fb9338c6ed44a2c0a925aa2f60ebeb7f2

> Add @SafeVarargs to the environment.fromElements(...) method
> ------------------------------------------------------------
>
>                 Key: FLINK-2638
>                 URL: https://issues.apache.org/jira/browse/FLINK-2638
>             Project: Flink
>          Issue Type: Improvement
>          Components: Core, Streaming
>    Affects Versions: 0.10
>            Reporter: Stephan Ewen
>            Assignee: Stephan Ewen
>             Fix For: 0.10
>
>
> This annotation suppresses the warnings when people use these methods with generic types.
> Since we check types and serialize them in the input format anyways, we should be actually safe.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)