You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by Aitozi <gi...@git.apache.org> on 2018/05/26 10:30:31 UTC

[GitHub] flink pull request #6080: [Flink-9443]Remove unused parameter in generateNod...

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 <mi...@...>
Date:   2018-05-26T10:27:07Z

    Remove unused parameter in generateNodeLocalHash

----


---

[GitHub] flink issue #6080: [FLINK-9443]Remove unused parameter in generateNodeLocalH...

Posted by Aitozi <gi...@git.apache.org>.
Github user Aitozi commented on the issue:

    https://github.com/apache/flink/pull/6080
  
     @aljoscha  please help review this ,thanks


---