[
https://issues.apache.org/jira/browse/FLINK-5113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15744832#comment-15744832
]
ASF GitHub Bot commented on FLINK-5113:
---------------------------------------
Github user kl0u commented on the issue:
https://github.com/apache/flink/pull/2939
I think your argument is valid. This is how I had it before, but I changed
it because it becomes too verbose, given that the `ListState.get()` just gives
you an Iterable that you have to iterate over and put its elements in a list in
order to check its size. But I think that it is worth doing it.
> Make all Testing Functions implement CheckpointedFunction Interface.
> --------------------------------------------------------------------
>
> Key: FLINK-5113
> URL: https://issues.apache.org/jira/browse/FLINK-5113
> Project: Flink
> Issue Type: Improvement
> Components: DataStream API
> Affects Versions: 1.2.0
> Reporter: Kostas Kloudas
> Assignee: Kostas Kloudas
> Fix For: 1.2.0
>
>
> Currently stateful functions implement the (old) Checkpointed interface.
> This is issue aims at porting all these function to the new
> CheckpointedFunction interface, so that they can leverage the new
> capabilities by it.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)