You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "ZhuShang (Jira)" <ji...@apache.org> on 2020/06/05 07:01:00 UTC

[jira] [Created] (FLINK-18146) The note of  StreamingJobGraphGenerator#createJobGraph has a misspelling

ZhuShang created FLINK-18146:
--------------------------------

             Summary: The note of  StreamingJobGraphGenerator#createJobGraph has a misspelling
                 Key: FLINK-18146
                 URL: https://issues.apache.org/jira/browse/FLINK-18146
             Project: Flink
          Issue Type: Bug
          Components: Documentation
    Affects Versions: 1.10.0
            Reporter: ZhuShang


The note of 

StreamingJobGraphGenerator#createJobGraph in line 160 has a misspelling.
{code:java}
private JobGraph createJobGraph() {
...
// Generate deterministic hashes for the nodes in order to identify them across
// submission iff they didn't change.
Map<Integer, byte[]> hashes = defaultStreamGraphHasher.traverseStreamGraphAndGenerateHashes(streamGraph);
...
}
{code}
Is 'iff' should be 'if'?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)