[GitHub] flink pull request #3873: [FLINK-6555] [futures] Generalize ConjunctFuture t...

2017-05-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/3873 --- 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 #3873: [FLINK-6555] [futures] Generalize ConjunctFuture t...

2017-05-12 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/3873#discussion_r116169564 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/concurrent/FutureUtils.java --- @@ -163,26 +165,31 @@ public static ConjunctFuture

[GitHub] flink pull request #3873: [FLINK-6555] [futures] Generalize ConjunctFuture t...

2017-05-11 Thread StephanEwen
Github user StephanEwen commented on a diff in the pull request: https://github.com/apache/flink/pull/3873#discussion_r116062457 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/concurrent/FutureUtils.java --- @@ -163,26 +165,31 @@ public static ConjunctFuture

[GitHub] flink pull request #3873: [FLINK-6555] [futures] Generalize ConjunctFuture t...

2017-05-11 Thread tillrohrmann
GitHub user tillrohrmann opened a pull request: https://github.com/apache/flink/pull/3873 [FLINK-6555] [futures] Generalize ConjunctFuture to return results The ConjunctFuture now returns the set of values of the individual futures it is composed of once it is completed. You can