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 <[email protected]>
Date: 2017-09-20T13:57:40Z
[hotfix][docs] method name for PatternFlatSelectFunction should be
flatSelect
----
---