zentol commented on a change in pull request #9679: [hotfix] Fix the comments 
related to side output.
URL: https://github.com/apache/flink/pull/9679#discussion_r337952615
 
 

 ##########
 File path: 
flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/tasks/OperatorChain.java
 ##########
 @@ -549,7 +549,7 @@ public void collect(StreamRecord<T> record) {
                @Override
                public <X> void collect(OutputTag<X> outputTag, StreamRecord<X> 
record) {
                        if (this.outputTag == null || 
!this.outputTag.equals(outputTag)) {
-                               // we are only responsible for emitting to the 
side-output specified by our
+                               // we are not responsible for emitting to the 
side-output specified by this
 
 Review comment:
   The original comment was correct, but I like the new wording and think it is 
more helpful than the previous one.

----------------------------------------------------------------
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