[GitHub] incubator-gearpump pull request #85: [GEARPUMP-23] add window dsl

2016-10-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-gearpump/pull/85 --- 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 feat

[GitHub] incubator-gearpump pull request #85: [GEARPUMP-23] add window dsl

2016-09-27 Thread manuzhang
Github user manuzhang commented on a diff in the pull request: https://github.com/apache/incubator-gearpump/pull/85#discussion_r80809137 --- Diff: streaming/src/main/scala/org/apache/gearpump/streaming/dsl/Stream.scala --- @@ -147,6 +150,33 @@ class Stream[T]( graph.addEdg

[GitHub] incubator-gearpump pull request #85: [GEARPUMP-23] add window dsl

2016-09-27 Thread manuzhang
Github user manuzhang commented on a diff in the pull request: https://github.com/apache/incubator-gearpump/pull/85#discussion_r80808708 --- Diff: streaming/src/main/scala/org/apache/gearpump/streaming/dsl/Stream.scala --- @@ -115,20 +121,17 @@ class Stream[T]( * *

[GitHub] incubator-gearpump pull request #85: [GEARPUMP-23] add window dsl

2016-09-27 Thread kkasravi
Github user kkasravi commented on a diff in the pull request: https://github.com/apache/incubator-gearpump/pull/85#discussion_r80745374 --- Diff: streaming/src/main/scala/org/apache/gearpump/streaming/dsl/Stream.scala --- @@ -147,6 +150,33 @@ class Stream[T]( graph.addEdge

[GitHub] incubator-gearpump pull request #85: [GEARPUMP-23] add window dsl

2016-09-27 Thread kkasravi
Github user kkasravi commented on a diff in the pull request: https://github.com/apache/incubator-gearpump/pull/85#discussion_r80744615 --- Diff: streaming/src/main/scala/org/apache/gearpump/streaming/dsl/Stream.scala --- @@ -115,20 +121,17 @@ class Stream[T]( * * F

[GitHub] incubator-gearpump pull request #85: [GEARPUMP-23] add window dsl

2016-09-21 Thread manuzhang
GitHub user manuzhang opened a pull request: https://github.com/apache/incubator-gearpump/pull/85 [GEARPUMP-23] add window dsl The PR is opened for early review and the work is in progress with following todos. - [ ] basic window dsl support with `WindowedWordCount` example