GitHub user Aitozi opened a pull request:
https://github.com/apache/flink/pull/6080
[Flink-9443]Remove unused parameter in generateNodeLocalHash
After Flink1.2 it used StreamGraphHasherV2 to generate hashes, The method
generateNodeLocalHash dont use the information like (parallel, userFunction)
now, so the parameter should be removed.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Aitozi/flink FLINK-9443
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/6080.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #6080
----
commit c174cb29667e27abfb4fd74b0d5bca894f9da2d9
Author: minwenjun <minwenjun@...>
Date: 2018-05-26T10:27:07Z
Remove unused parameter in generateNodeLocalHash
----
---