[GitHub] flink pull request: [FLINK-1909] [streaming] Type handling refacto...

2015-04-22 Thread gyfora
Github user gyfora closed the pull request at: https://github.com/apache/flink/pull/610 --- 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 enabl

[GitHub] flink pull request: [FLINK-1909] [streaming] Type handling refacto...

2015-04-22 Thread rmetzger
Github user rmetzger commented on a diff in the pull request: https://github.com/apache/flink/pull/610#discussion_r28868831 --- Diff: flink-staging/flink-streaming/flink-streaming-core/src/main/java/org/apache/flink/streaming/api/environment/StreamExecutionEnvironment.java --- @@

[GitHub] flink pull request: [FLINK-1909] [streaming] Type handling refacto...

2015-04-22 Thread gyfora
Github user gyfora commented on a diff in the pull request: https://github.com/apache/flink/pull/610#discussion_r28868351 --- Diff: flink-staging/flink-streaming/flink-streaming-core/src/main/java/org/apache/flink/streaming/api/environment/StreamExecutionEnvironment.java --- @@ -6

[GitHub] flink pull request: [FLINK-1909] [streaming] Type handling refacto...

2015-04-22 Thread rmetzger
Github user rmetzger commented on a diff in the pull request: https://github.com/apache/flink/pull/610#discussion_r28868234 --- Diff: flink-staging/flink-streaming/flink-streaming-core/src/main/java/org/apache/flink/streaming/api/environment/StreamExecutionEnvironment.java --- @@

[GitHub] flink pull request: [FLINK-1909] [streaming] Type handling refacto...

2015-04-22 Thread mbalassi
Github user mbalassi commented on the pull request: https://github.com/apache/flink/pull/610#issuecomment-95157189 LGTM. --- 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 a

[GitHub] flink pull request: [FLINK-1909] [streaming] Type handling refacto...

2015-04-18 Thread gyfora
GitHub user gyfora opened a pull request: https://github.com/apache/flink/pull/610 [FLINK-1909] [streaming] Type handling refactor for sources + scala api This PR reworks the way sources handle type extraction, allowing for missing types (with returns) and also fixes some issues aro