zhuzhurk commented on a change in pull request #14868:
URL: https://github.com/apache/flink/pull/14868#discussion_r581859557



##########
File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/jobgraph/DistributionPattern.java
##########
@@ -18,29 +18,22 @@
 
 package org.apache.flink.runtime.jobgraph;
 
+import org.apache.flink.runtime.executiongraph.EdgeManagerBuildUtil;
 import org.apache.flink.runtime.executiongraph.ExecutionVertex;
+import org.apache.flink.runtime.executiongraph.IntermediateResultPartition;
 
 /**
  * A distribution pattern determines, which sub tasks of a producing task are 
connected to which
  * consuming sub tasks.
+ *
+ * <p>It affects how {@link ExecutionVertex} and {@link 
IntermediateResultPartition} is connected in

Review comment:
       is -> are




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to