You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by vim-wj <gi...@git.apache.org> on 2017/10/20 03:20:58 UTC

[GitHub] flink pull request #4866: Function extends java.io.Serializable, so SourceFu...

GitHub user vim-wj reopened a pull request:

    https://github.com/apache/flink/pull/4866

    Function extends java.io.Serializable, so SourceFunction needn't extends Serializable again

    Function extends java.io.Serializable, so SourceFunction needn't extends Serializable again

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/vim-wj/flink flink-ex

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/4866.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 #4866
    
----
commit 4eb7a9164a369cca2fe83d1235e501b07a952a88
Author: vim-wj <38...@qq.com>
Date:   2017-10-20T03:00:07Z

    SourceFunction

----


---