[ 
https://issues.apache.org/jira/browse/FLINK-1511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14315946#comment-14315946
 ] 

Fabian Hueske commented on FLINK-1511:
--------------------------------------

Ah, sure.
Thanks [~sekruse] and [~aljoscha]!

Will close this issue.



> 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)

Reply via email to