[GitHub] flink pull request #2946: [FLINK-5157] Extend AllWindow function metadata

2017-02-28 Thread VenturaDelMonte
Github user VenturaDelMonte closed the pull request at: https://github.com/apache/flink/pull/2946 --- 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

[GitHub] flink issue #2946: [FLINK-5157] Extend AllWindow function metadata

2017-02-22 Thread VenturaDelMonte
Github user VenturaDelMonte commented on the issue: https://github.com/apache/flink/pull/2946 I updated the PR accordingly to what developed in #328, please note that I also kept into account [FLINK-5741](https://issues.apache.org/jira/browse/FLINK-5741). CC @aljoscha @manuzhang

[GitHub] flink pull request #2756: [FLINK-4997] Extending Window Function Metadata

2017-02-18 Thread VenturaDelMonte
Github user VenturaDelMonte closed the pull request at: https://github.com/apache/flink/pull/2756 --- 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

[GitHub] flink issue #3285: [FLINK-4997] [streaming] Introduce ProcessWindowFunction

2017-02-16 Thread VenturaDelMonte
Github user VenturaDelMonte commented on the issue: https://github.com/apache/flink/pull/3285 Sure, I can take care of the all-window case! --- 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

[GitHub] flink issue #3285: [FLINK-4997] [streaming] Introduce ProcessWindowFunction

2017-02-13 Thread VenturaDelMonte
Github user VenturaDelMonte commented on the issue: https://github.com/apache/flink/pull/3285 I checked the code and it looks fine according to me. I see you are dealing with RichFunction inheritance in wrapper classes. It is something that bothered me too when I was working

[GitHub] flink issue #2756: [FLINK-4997] Extending Window Function Metadata

2016-12-13 Thread VenturaDelMonte
Github user VenturaDelMonte commented on the issue: https://github.com/apache/flink/pull/2756 @aljoscha ok, then let me know, please, if I can help somehow. --- 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

[GitHub] flink issue #2756: [FLINK-4997] Extending Window Function Metadata

2016-12-08 Thread VenturaDelMonte
Github user VenturaDelMonte commented on the issue: https://github.com/apache/flink/pull/2756 @manuzhang the other PR is ready since few days, you can find it here: #2946 . @aljoscha do you plan to add more tests also for AllWindowedStream? --- If your project is set up

[GitHub] flink pull request #2946: [FLINK-5157] [streaming] Extend AllWindow function...

2016-12-05 Thread VenturaDelMonte
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

[GitHub] flink issue #2756: [FLINK-4997] Extending Window Function Metadata

2016-11-24 Thread VenturaDelMonte
Github user VenturaDelMonte commented on the issue: https://github.com/apache/flink/pull/2756 @manuzhang thank you for your feedback and no problem! @aljoscha 👍 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well

[GitHub] flink issue #2756: [FLINK-4997] Extending Window Function Metadata

2016-11-24 Thread VenturaDelMonte
Github user VenturaDelMonte commented on the issue: https://github.com/apache/flink/pull/2756 Hi, Thank you for both your review and your suggestions! It is good to learn something new everyday! Regarding InternalWindowFunction, that's alright, although we may need to change

[GitHub] flink pull request #2756: [FLINK-4997] Extending Window Function Metadata

2016-11-15 Thread VenturaDelMonte
Github user VenturaDelMonte commented on a diff in the pull request: https://github.com/apache/flink/pull/2756#discussion_r88021488 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/datastream/WindowedStream.java --- @@ -800,4 +907,39 @@ public

[GitHub] flink pull request #2756: [FLINK-4997] Extending Window Function Metadata

2016-11-15 Thread VenturaDelMonte
Github user VenturaDelMonte commented on a diff in the pull request: https://github.com/apache/flink/pull/2756#discussion_r87975777 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/datastream/WindowedStream.java --- @@ -459,7 +545,28 @@ public

[GitHub] flink pull request #2756: [FLINK-4997] Extending Window Function Metadata

2016-11-15 Thread VenturaDelMonte
Github user VenturaDelMonte commented on a diff in the pull request: https://github.com/apache/flink/pull/2756#discussion_r87974146 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/datastream/WindowedStream.java --- @@ -800,4 +907,39 @@ public

[GitHub] flink pull request #2756: [FLINK-4997] Extending Window Function Metadata

2016-11-04 Thread VenturaDelMonte
GitHub user VenturaDelMonte opened a pull request: https://github.com/apache/flink/pull/2756 [FLINK-4997] Extending Window Function Metadata This PR aims to introduce what discussed in [FLIP-2](https://cwiki.apache.org/confluence/display/FLINK/FLIP-2+Extending+Window+Function