You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Gyula Fora (JIRA)" <ji...@apache.org> on 2015/11/09 11:07:10 UTC

[jira] [Commented] (FLINK-2986) Typo in KvState interface snapshot method name

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

Gyula Fora commented on FLINK-2986:
-----------------------------------

I have fixed this in the out-of-core backend PR

> Typo in KvState interface snapshot method name
> ----------------------------------------------
>
>                 Key: FLINK-2986
>                 URL: https://issues.apache.org/jira/browse/FLINK-2986
>             Project: Flink
>          Issue Type: Bug
>    Affects Versions: 0.10
>            Reporter: Ufuk Celebi
>            Priority: Trivial
>
> {code}
> KvStateSnapshot<K, V, Backend> shapshot(long checkpointId, long timestamp) throws Exception;
> {code}
> instead of
> {code}
> KvStateSnapshot<K, V, Backend> snapshot(long checkpointId, long timestamp) throws Exception;
> {code}



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