[GitHub] flink pull request #3661: [FLINK-4953] Allow access to "time" in ProcessWind...

2017-04-27 Thread manuzhang
Github user manuzhang closed the pull request at: https://github.com/apache/flink/pull/3661 --- 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

[GitHub] flink issue #3661: [FLINK-4953] Allow access to "time" in ProcessWindowFunct...

2017-04-27 Thread manuzhang
Github user manuzhang commented on the issue: https://github.com/apache/flink/pull/3661 By the way, great conference and great contents from http://sf.flink-forward.org/ --- 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 #3661: [FLINK-4953] Allow access to "time" in ProcessWindowFunct...

2017-04-27 Thread manuzhang
Github user manuzhang commented on the issue: https://github.com/apache/flink/pull/3661 @aljoscha Yeah, that looks better. Thanks. --- 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 #3661: [FLINK-4953] Allow access to "time" in ProcessWindowFunct...

2017-04-24 Thread manuzhang
Github user manuzhang commented on the issue: https://github.com/apache/flink/pull/3661 @aljoscha Updated as you proposed although not sure I've got all the needed tests there (properly). --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] flink issue #3661: [FLINK-4953] Allow access to "time" in ProcessWindowFunct...

2017-04-05 Thread manuzhang
Github user manuzhang commented on the issue: https://github.com/apache/flink/pull/3661 It seems `WindowOperatorContractTest` is for `InternalWindowFunction` while there is no existing tests for `ProcessWindowFunction`. Should I add them there ? --- If your project is set up

[GitHub] flink pull request #3661: [FLINK-4953] Allow access to "time" in ProcessWind...

2017-04-04 Thread manuzhang
Github user manuzhang commented on a diff in the pull request: https://github.com/apache/flink/pull/3661#discussion_r109821341 --- Diff: flink-streaming-java/src/test/java/org/apache/flink/streaming/runtime/operators/windowing/WindowOperatorTest.java --- @@ -2560,7 +2560,7

[GitHub] flink issue #3661: [FLINK-4953] Allow access to "time" in ProcessWindowFunct...

2017-04-03 Thread manuzhang
Github user manuzhang commented on the issue: https://github.com/apache/flink/pull/3661 Okay. Shall we open a JIRA to deprecate `WindowOperatorTest` ? I found a minor bug in `WindowOperatorTest#Tuple3ResultSortComparator` (same as `WindowOperatorMigrationTest`), do we want to fix

[GitHub] flink issue #3661: [FLINK-4953] Allow access to "time" in ProcessWindowFunct...

2017-04-02 Thread manuzhang
Github user manuzhang commented on the issue: https://github.com/apache/flink/pull/3661 @aljoscha --- 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 #3661: [FLINK-4953] Allow access to "time" in ProcessWindowFunct...

2017-04-02 Thread manuzhang
Github user manuzhang commented on the issue: https://github.com/apache/flink/pull/3661 Not sure what happened here although tests passed in most cases. Looks unrelated to this PR. ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1

[GitHub] flink pull request #3661: [FLINK-4953] Allow access to "time" in ProcessWind...

2017-04-02 Thread manuzhang
GitHub user manuzhang opened a pull request: https://github.com/apache/flink/pull/3661 [FLINK-4953] Allow access to "time" in ProcessWindowFunction.Context Thanks for contributing to Apache Flink. Before you open your pull request, please take the following

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

2017-02-13 Thread manuzhang
Github user manuzhang commented on the issue: https://github.com/apache/flink/pull/3285 LGTM. Really excited to see we move further in this direction, and faster if possible. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

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

2016-12-20 Thread manuzhang
Github user manuzhang commented on the issue: https://github.com/apache/flink/pull/2756 @aljoscha @VenturaDelMonte This seems to be taking a long time. What is the progress now ? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

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

2016-12-07 Thread manuzhang
Github user manuzhang commented on the issue: https://github.com/apache/flink/pull/2756 @VenturaDelMonte Any updates here ? --- 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

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

2016-11-24 Thread manuzhang
Github user manuzhang commented on the issue: https://github.com/apache/flink/pull/2756 @VenturaDelMonte sorry, it was my suggestion to change `InternalWindowFunction#apply` to `process`. Anyway, great work 👍 --- If your project is set up for it, you can reply to this email

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

2016-11-13 Thread manuzhang
Github user manuzhang commented on the issue: https://github.com/apache/flink/pull/2756 R: @aljoscha could you take a look ? --- 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

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

2016-11-08 Thread manuzhang
Github user manuzhang commented on a diff in the pull request: https://github.com/apache/flink/pull/2756#discussion_r86973108 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/operators/windowing/functions/InternalWindowFunction.java --- @@ -46,5

[GitHub] flink issue #2715: Fix timely flatmap issues

2016-10-28 Thread manuzhang
Github user manuzhang commented on the issue: https://github.com/apache/flink/pull/2715 Thanks for pinging me with quick fix. This looks good. --- 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

[GitHub] flink issue #2645: [FLINK-4838] remove STREAM keyword in StreamSQLExample

2016-10-21 Thread manuzhang
Github user manuzhang commented on the issue: https://github.com/apache/flink/pull/2645 Any more comments? --- 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 #2671: [FLINK-4862] fix Timer register in ContinuousEventTimeTri...

2016-10-21 Thread manuzhang
Github user manuzhang commented on the issue: https://github.com/apache/flink/pull/2671 @mxm updated. Thanks for teaching me more about the internals. Ignoring the old Timer make things much simpler actually. --- If your project is set up for it, you can reply to this email and have

[GitHub] flink pull request #2671: [FLINK-4862] fix Timer register in ContinuousEvent...

2016-10-20 Thread manuzhang
GitHub user manuzhang opened a pull request: https://github.com/apache/flink/pull/2671 [FLINK-4862] fix Timer register in ContinuousEventTimeTrigger Thanks for contributing to Apache Flink. Before you open your pull request, please take the following check list into consideration

[GitHub] flink pull request #2666: [FLINK-4863] fix trigger context window on merge

2016-10-20 Thread manuzhang
Github user manuzhang closed the pull request at: https://github.com/apache/flink/pull/2666 --- 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

[GitHub] flink pull request #2666: [FLINK-4863] fix trigger context window on merge

2016-10-20 Thread manuzhang
GitHub user manuzhang opened a pull request: https://github.com/apache/flink/pull/2666 [FLINK-4863] fix trigger context window on merge Thanks for contributing to Apache Flink. Before you open your pull request, please take the following check list into consideration. If your

[GitHub] flink issue #2645: [FLINK-4838] remove STREAM keyword in StreamSQLExample

2016-10-17 Thread manuzhang
Github user manuzhang commented on the issue: https://github.com/apache/flink/pull/2645 @fhueske updated. --- 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 pull request #2645: [FLINK-4838] remote STREAM keyword in StreamSQLExa...

2016-10-16 Thread manuzhang
GitHub user manuzhang opened a pull request: https://github.com/apache/flink/pull/2645 [FLINK-4838] remote STREAM keyword in StreamSQLExample Thanks for contributing to Apache Flink. Before you open your pull request, please take the following check list into consideration