You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Fabian Hueske (JIRA)" <ji...@apache.org> on 2015/02/11 11:17:12 UTC

[jira] [Closed] (FLINK-1511) Scala classes not identified as Pojos

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

Fabian Hueske closed FLINK-1511.
--------------------------------
    Resolution: Not a Problem

> Scala classes not identified as Pojos
> -------------------------------------
>
>                 Key: FLINK-1511
>                 URL: https://issues.apache.org/jira/browse/FLINK-1511
>             Project: Flink
>          Issue Type: Bug
>          Components: Scala API
>    Affects Versions: 0.9
>            Reporter: Fabian Hueske
>            Assignee: Aljoscha Krettek
>
> Regular Scala classes such as 
> {code}
> class WC(var word: String, var cnt: Int) {
>   // my logic
> }
> {code}
> are not identified as POJO data types.
> Scala handles {{var}} class constructor parameters (such as {{word}} and {{cnt}}) as public and generates getters and setters for them.



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