[GitHub] flink pull request #5836: [FLINK-9141][datastream] Fail early when using bot...

2018-05-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/5836 ---

[GitHub] flink pull request #5836: [FLINK-9141][datastream] Fail early when using bot...

2018-05-03 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/5836#discussion_r185942219 --- Diff: flink-streaming-java/src/test/java/org/apache/flink/streaming/api/datastream/SplitSideOutputTest.java --- @@ -0,0 +1,75 @@ +/* + *

[GitHub] flink pull request #5836: [FLINK-9141][datastream] Fail early when using bot...

2018-05-03 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/5836#discussion_r185942147 --- Diff: flink-streaming-java/src/test/java/org/apache/flink/streaming/api/datastream/SplitSideOutputTest.java --- @@ -0,0 +1,75 @@ +/* + *

[GitHub] flink pull request #5836: [FLINK-9141][datastream] Fail early when using bot...

2018-04-11 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/5836 [FLINK-9141][datastream] Fail early when using both split and side-outputs ## What is the purpose of the change With this PR we fail early if a user attempts to use split() and side-outputs