[ https://issues.apache.org/jira/browse/FLINK-3702?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15295502#comment-15295502 ]
Rami commented on FLINK-3702: ----------------------------- This feature would really make a difference in our code. most of the events we are having needs count, and many of those events share the nested rawevent pojo, if we could have the count field only in the nested rawevent pojo , it would be much cleaner code and easier to understand rather than having the count field duplicated in the event and it's nested rawevent. Any ETA? > DataStream API PojoFieldAccessor doesn't support nested POJOs > ------------------------------------------------------------- > > Key: FLINK-3702 > URL: https://issues.apache.org/jira/browse/FLINK-3702 > Project: Flink > Issue Type: Improvement > Components: DataStream API > Affects Versions: 1.0.0 > Reporter: Robert Metzger > > The {{PojoFieldAccessor}} (which is used by {{.sum(String)}} and similar > methods) doesn't support nested POJOs right now. > As part of FLINK-3697 I'll add a check for a nested POJO and fail with an > exception. -- This message was sent by Atlassian JIRA (v6.3.4#6332)