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)