Ufuk Celebi created FLINK-2986: ---------------------------------- Summary: 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)