You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/06/14 09:38:29 UTC

[GitHub] [flink] ifndef-SleePy commented on a change in pull request #8721: [FLINK-12823][datastream] PartitionTransformation supports DataExchan…

ifndef-SleePy commented on a change in pull request #8721: [FLINK-12823][datastream] PartitionTransformation supports DataExchan…
URL: https://github.com/apache/flink/pull/8721#discussion_r293734493
 
 

 ##########
 File path: flink-streaming-java/src/test/java/org/apache/flink/streaming/api/graph/StreamingJobGraphGeneratorTest.java
 ##########
 @@ -133,8 +136,8 @@ public void testChainStartEndSetting() throws Exception {
 				public Integer map(Integer value) throws Exception {
 					return value;
 				}
-			})
-			.print();
+			}).setParallelism(2)
 
 Review comment:
   It's an unrelated change in a sense.
   I found it when adding unit test. It's a potential unstable case since it depends on the `StreamExecutionEnvironment.defaultLocalParallelism` which must be not 1 in this case.
   However I just found someone has fix it yesterday. What a coincident! I can remove it from this PR.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services