[GitHub] flink pull request #2639: [FLINK-4586] [core] Broken AverageAccumulator

2016-10-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/2639 --- 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 enab

[GitHub] flink pull request #2639: [FLINK-4586] [core] Broken AverageAccumulator

2016-10-19 Thread greghogan
Github user greghogan commented on a diff in the pull request: https://github.com/apache/flink/pull/2639#discussion_r84054277 --- Diff: flink-core/src/main/java/org/apache/flink/api/common/accumulators/AverageAccumulator.java --- @@ -28,51 +28,52 @@ public class AverageAccumu

[GitHub] flink pull request #2639: [FLINK-4586] [core] Broken AverageAccumulator

2016-10-17 Thread StephanEwen
Github user StephanEwen commented on a diff in the pull request: https://github.com/apache/flink/pull/2639#discussion_r83643344 --- Diff: flink-core/src/main/java/org/apache/flink/api/common/accumulators/AverageAccumulator.java --- @@ -28,51 +28,52 @@ public class AverageAccu

[GitHub] flink pull request #2639: [FLINK-4586] [core] Broken AverageAccumulator

2016-10-14 Thread greghogan
GitHub user greghogan opened a pull request: https://github.com/apache/flink/pull/2639 [FLINK-4586] [core] Broken AverageAccumulator You can merge this pull request into a Git repository by running: $ git pull https://github.com/greghogan/flink 4586_broken_averageaccumulator