GitHub user aljoscha opened a pull request: https://github.com/apache/flink/pull/1238
Combination of Additions to the new Windowing API Please look at the commit titles to see what the changes are. You can merge this pull request into a Git repository by running: $ git pull https://github.com/aljoscha/flink api-fixes Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/1238.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 #1238 ---- commit 6411c66d1cbc5e978403e47f130a0ef20e4914e5 Author: Aljoscha Krettek <aljoscha.kret...@gmail.com> 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. commit ceb92aee5d824b0898f8d017955dfdb531dc0411 Author: Aljoscha Krettek <aljoscha.kret...@gmail.com> Date: 2015-10-06T15:36:33Z [FLINK-2550] Rename reduceWindow to reduce on *WindowedStream, add Lambda Reduce Lambda Reduce is the reduce method that takes a Scala Lambda function. commit 44675438d534d075d54e9e2144a948451946150c Author: Aljoscha Krettek <aljoscha.kret...@gmail.com> Date: 2015-10-06T15:37:39Z [FLINK-2550] Add Window Aggregations to new Windowing API commit 73dd6158b2a0debe560f28be9a84a3bde02e0682 Author: Aljoscha Krettek <aljoscha.kret...@gmail.com> Date: 2015-10-06T16:19:56Z [FLINK-2550] Rework interplay of Window Assigners and TimeCharacteristic ---- --- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---