[
https://issues.apache.org/jira/browse/FLINK-6164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15996730#comment-15996730
]
ASF GitHub Bot commented on FLINK-6164:
---------------------------------------
Github user zentol commented on the issue:
https://github.com/apache/flink/pull/3824
I've removed Serializable, adjusted the `@Deprecated` annotations like in
#3816 and fixed the unused imports (there were also some in
`ProcessAllWindowFunction.scala`).
> Make ProcessWindowFunction a RichFunction
> -----------------------------------------
>
> Key: FLINK-6164
> URL: https://issues.apache.org/jira/browse/FLINK-6164
> Project: Flink
> Issue Type: Improvement
> Components: DataStream API
> Reporter: Aljoscha Krettek
> Assignee: Chesnay Schepler
> Priority: Blocker
> Fix For: 1.3.0
>
>
> {{ProcessWindowFunction}} is an abstract class so we can make it a
> {{RichFunction}} by default and remove {{RichProcessWindowFunction}}. This is
> in line with {{ProcessFunction}} which is also a {{RichFunction}}.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)