sanha commented on a change in pull request #2: [NEMO-7] Intra-TaskGroup 
pipelining
URL: https://github.com/apache/incubator-nemo/pull/2#discussion_r175277348
 
 

 ##########
 File path: 
common/src/main/java/edu/snu/nemo/common/ir/vertex/transform/RelayTransform.java
 ##########
 @@ -35,13 +33,13 @@ public RelayTransform() {
   }
 
   @Override
-  public void prepare(final Context context, final OutputCollector<T> oc) {
-    this.outputCollector = oc;
+  public void prepare(final Context context, final OutputCollector<T> p) {
 
 Review comment:
   Let's change `p` to `oc` again. (for all other changes also)

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