[GitHub] flink pull request: [FLINK-1911] [streaming] Streaming projection ...

2015-04-29 Thread mbalassi
Github user mbalassi commented on a diff in the pull request: https://github.com/apache/flink/pull/630#discussion_r29330901 --- Diff: flink-staging/flink-streaming/flink-streaming-core/src/test/java/org/apache/flink/streaming/api/operators/ProjectWithoutClassTest.java --- @@ -0,0

[GitHub] flink pull request: [FLINK-1911] [streaming] Streaming projection ...

2015-04-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/630 --- 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-1911] [streaming] Streaming projection ...

2015-04-27 Thread szape
GitHub user szape opened a pull request: https://github.com/apache/flink/pull/630 [FLINK-1911] [streaming] Streaming projection without types Since the DataSet projection has been reworked to not require the .types(...) call the Streaming and Batch methods were out of sync. So,