johnyangk commented on a change in pull request #63: [NEMO-124] Support 
DoFn#output(tag, output)
URL: https://github.com/apache/incubator-nemo/pull/63#discussion_r199430715
 
 

 ##########
 File path: 
compiler/frontend/beam/src/main/java/edu/snu/nemo/compiler/frontend/beam/NemoPipelineVisitor.java
 ##########
 @@ -118,6 +118,21 @@ public void visitPrimitiveTransform(final 
TransformHierarchy.Node beamNode) {
           edge.setProperty(KeyExtractorProperty.of(new BeamKeyExtractor()));
           this.builder.connectVertices(edge);
         });
+
 
 Review comment:
   Add a comment here to note that this is exclusively for Beam nodes with 
additional tag outputs?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

Reply via email to