GitHub user aljoscha opened a pull request:

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

    [FLINK-2819] Add Windowed Join/CoGroup Operator Based on Tagged Union

    Right now, this does everything in memory, so the JVM will blow if data
    for one key becomes too large.

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

    $ git pull https://github.com/aljoscha/flink stream-join

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

    https://github.com/apache/flink/pull/1232.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 #1232
    
----
commit b7a50549c16dbac790268004341ee1a8b66232d3
Author: Aljoscha Krettek <[email protected]>
Date:   2015-10-06T14:33:04Z

    [FLINK-2819] Add Windowed Join/CoGroup Operator Based on Tagged Union
    
    Right now, this does everything in memory, so the JVM will blow if data
    for one key becomes too large.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to