pnowojski commented on a change in pull request #11177: [FLINK-16219][runtime] 
Made AsyncWaitOperator chainable to non-sources.
URL: https://github.com/apache/flink/pull/11177#discussion_r384348861
 
 

 ##########
 File path: 
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/graph/StreamingJobGraphGenerator.java
 ##########
 @@ -542,14 +542,14 @@ private void connect(Integer headOfChain, StreamEdge 
edge) {
 
                physicalEdgesInOrder.add(edge);
 
-               Integer downStreamvertexID = edge.getTargetId();
+               Integer downstreamVertexID = edge.getTargetId();
 
 Review comment:
   nit: `downstream` -> `downStream` & `upstream` -> `upStream`. I quickly git 
grepped the code, and `downstream` is only used in text/docs. `downStream` is 
used in the code.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to