GitHub user VenturaDelMonte opened a pull request:
https://github.com/apache/flink/pull/2946
[FLINK-5157] [streaming] Extend AllWindow function metadata
This PR aims to extend AllWindow function metadata similarly to [FLINK-4997
](https://github.com/apache/flink/pull/2756).
Briefly, ProcessAllWindowFunction supporting window context metadata has
been introduced and AllWindowedStream apply/fold/reduce methods have been
overloaded in order to support this new function in both Scala and Java.
Moreover, new InternalWindowFunction sub-classes have been added for
internally handling ProcessAllWindowFunction-s.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/VenturaDelMonte/flink flink-5157
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/2946.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 #2946
----
commit 34c54dbbeb4da546ba003ffdc8e37f4e7bb63d21
Author: Ventura Del Monte <[email protected]>
Date: 2016-12-05T08:07:42Z
[FLINK-5157] [streaming] Extend AllWindow function metadata
----
---
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.
---