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

[GitHub] flink pull request #4687: [hotfix][docs][CEP] wrong method name for PatternF...

GitHub user alpinegizmo opened a pull request:

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

    [hotfix][docs][CEP] wrong method name for PatternFlatSelectFunction

    The name of the single abstract method in the PatternFlatSelectFunction interface is flatSelect, not select.
    
    This PR is just a trivial change to the docs.

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

    $ git pull https://github.com/alpinegizmo/flink PatternFlatSelectFunction

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

    https://github.com/apache/flink/pull/4687.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 #4687
    
----
commit bf5bcf4b980f168fc01652df6d0bd0e0fe48a8ff
Author: David Anderson <da...@alpinegizmo.com>
Date:   2017-09-20T13:57:40Z

    [hotfix][docs] method name for PatternFlatSelectFunction should be flatSelect

----


---

[GitHub] flink pull request #4687: [hotfix][docs][CEP] wrong method name for PatternF...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---

[GitHub] flink issue #4687: [hotfix][docs][CEP] wrong method name for PatternFlatSele...

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

    https://github.com/apache/flink/pull/4687
  
    LGTM, merging ..


---