You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by dawidwys <gi...@git.apache.org> on 2018/05/29 14:08:13 UTC

[GitHub] flink pull request #6095: [FLINK-9469] Add tests that cover PatternStream#fl...

GitHub user dawidwys opened a pull request:

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

    [FLINK-9469] Add tests that cover PatternStream#flatSelect

    Simple tests that cover the `flatSelect` function.
    
    R: @kl0u 

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

    $ git pull https://github.com/dawidwys/flink flink-9469

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

    https://github.com/apache/flink/pull/6095.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 #6095
    
----
commit f528e4504a7feabbb1a3136034e4a22f208cf764
Author: Dawid Wysakowicz <dw...@...>
Date:   2018-05-29T14:06:50Z

    [FLINK-9469] Add tests that cover PatternStream#flatSelect

----


---