[GitHub] flink pull request #5607: [hotfix][docs] Drop the incorrect parallel remark ...

2018-03-05 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/flink/pull/5607


---


[GitHub] flink pull request #5607: [hotfix][docs] Drop the incorrect parallel remark ...

2018-03-01 Thread pnowojski
Github user pnowojski commented on a diff in the pull request:

https://github.com/apache/flink/pull/5607#discussion_r171523085
  
--- Diff: 
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/datastream/DataStream.java
 ---
@@ -718,8 +718,7 @@ public ExecutionConfig getExecutionConfig() {
 * set using
 *
 * Note: This operation can be inherently non-parallel since all 
elements have to pass through
--- End diff --

fixed


---


[GitHub] flink pull request #5607: [hotfix][docs] Drop the incorrect parallel remark ...

2018-03-01 Thread zentol
Github user zentol commented on a diff in the pull request:

https://github.com/apache/flink/pull/5607#discussion_r171506563
  
--- Diff: 
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/datastream/DataStream.java
 ---
@@ -718,8 +718,7 @@ public ExecutionConfig getExecutionConfig() {
 * set using
 *
 * Note: This operation can be inherently non-parallel since all 
elements have to pass through
--- End diff --

"can be" -> "is"


---


[GitHub] flink pull request #5607: [hotfix][docs] Drop the incorrect parallel remark ...

2018-03-01 Thread pnowojski
GitHub user pnowojski opened a pull request:

https://github.com/apache/flink/pull/5607

[hotfix][docs] Drop the incorrect parallel remark in windowAll

This is a simple documentation fix. Parallel remark for windowAll is not 
true according to @aljoscha .

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/pnowojski/flink docs

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/flink/pull/5607.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #5607


commit 9aee78fba6ac232078f36a8d4c74d00b86c58d2a
Author: Piotr Nowojski 
Date:   2018-03-01T09:40:20Z

[hotfix][docs] Drop the incorrect parallel remark in windowAll




---