[GitHub] flink pull request: [FLINK-2261] [streaming] Remove reduce/fold/ag...

2015-06-27 Thread aljoscha
Github user aljoscha commented on the pull request: https://github.com/apache/flink/pull/860#issuecomment-11616 +1 --- 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

[GitHub] flink pull request: [FLINK-2261] [streaming] Remove reduce/fold/ag...

2015-06-27 Thread gyfora
Github user gyfora commented on the pull request: https://github.com/apache/flink/pull/860#issuecomment-115999618 I also added a GroupedDataStream to scala to make the two APIs more inline. I think it is safe to merge now. --- If your project is set up for it, you can reply to

[GitHub] flink pull request: [FLINK-2261] [streaming] Remove reduce/fold/ag...

2015-06-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/860 --- 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

[GitHub] flink pull request: [FLINK-2261] [streaming] Remove reduce/fold/ag...

2015-06-26 Thread gyfora
Github user gyfora commented on a diff in the pull request: https://github.com/apache/flink/pull/860#discussion_r33385182 --- Diff: flink-staging/flink-streaming/flink-streaming-core/src/test/java/org/apache/flink/streaming/api/operators/StreamFoldTest.java --- @@ -1,57 +0,0 @@

[GitHub] flink pull request: [FLINK-2261] [streaming] Remove reduce/fold/ag...

2015-06-24 Thread mbalassi
Github user mbalassi commented on a diff in the pull request: https://github.com/apache/flink/pull/860#discussion_r33128501 --- Diff: flink-staging/flink-streaming/flink-streaming-core/src/test/java/org/apache/flink/streaming/api/operators/StreamFoldTest.java --- @@ -1,57 +0,0 @@

[GitHub] flink pull request: [FLINK-2261] [streaming] Remove reduce/fold/ag...

2015-06-24 Thread gyfora
Github user gyfora commented on a diff in the pull request: https://github.com/apache/flink/pull/860#discussion_r33134099 --- Diff: flink-staging/flink-streaming/flink-streaming-core/src/test/java/org/apache/flink/streaming/api/operators/StreamFoldTest.java --- @@ -1,57 +0,0 @@

[GitHub] flink pull request: [FLINK-2261] [streaming] Remove reduce/fold/ag...

2015-06-24 Thread aljoscha
Github user aljoscha commented on a diff in the pull request: https://github.com/apache/flink/pull/860#discussion_r33139196 --- Diff: flink-staging/flink-streaming/flink-streaming-core/src/test/java/org/apache/flink/streaming/api/operators/StreamFoldTest.java --- @@ -1,57 +0,0 @@

[GitHub] flink pull request: [FLINK-2261] [streaming] Remove reduce/fold/ag...

2015-06-22 Thread gyfora
GitHub user gyfora opened a pull request: https://github.com/apache/flink/pull/860 [FLINK-2261] [streaming] Remove reduce/fold/aggregations from DataStream You can merge this pull request into a Git repository by running: $ git pull https://github.com/gyfora/flink FLINK-2261