[
https://issues.apache.org/jira/browse/FLINK-18146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chesnay Schepler closed FLINK-18146.
------------------------------------
Resolution: Not A Problem
[~jark] is correct.
> 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
> Priority: Trivial
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> 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)