[GitHub] flink pull request #6001: [FLINK-9299] ProcessWindowFunction documentation J...

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

[GitHub] flink pull request #6001: [FLINK-9299] ProcessWindowFunction documentation J...

2018-05-16 Thread yanghua
Github user yanghua commented on a diff in the pull request: https://github.com/apache/flink/pull/6001#discussion_r188530473 --- Diff: docs/dev/stream/operators/windows.md --- @@ -797,7 +797,7 @@ DataStream input = ...; input .keyBy() - .timeWindow() +

[GitHub] flink pull request #6001: [FLINK-9299] ProcessWindowFunction documentation J...

2018-05-16 Thread StephanEwen
Github user StephanEwen commented on a diff in the pull request: https://github.com/apache/flink/pull/6001#discussion_r188529928 --- Diff: docs/dev/stream/operators/windows.md --- @@ -797,7 +797,7 @@ DataStream input = ...; input .keyBy() - .timeWindow()

[GitHub] flink pull request #6001: [FLINK-9299] ProcessWindowFunction documentation J...

2018-05-14 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/6001#discussion_r187871263 --- Diff: docs/dev/stream/operators/windows.md --- @@ -883,7 +883,7 @@ private static class AverageAggregate @Override public Double

[GitHub] flink pull request #6001: [FLINK-9299] ProcessWindowFunction documentation J...

2018-05-13 Thread yanghua
GitHub user yanghua opened a pull request: https://github.com/apache/flink/pull/6001 [FLINK-9299] ProcessWindowFunction documentation Java examples have errors ## What is the purpose of the change *This pull request fixed some document demo code error.* ##