wonook commented on a change in pull request #56: [NEMO-16] Implement 
collection of data from executor to client
URL: https://github.com/apache/incubator-nemo/pull/56#discussion_r198724331
 
 

 ##########
 File path: common/src/main/java/edu/snu/nemo/common/ContextImpl.java
 ##########
 @@ -18,23 +18,36 @@
 import edu.snu.nemo.common.ir.vertex.transform.Transform;
 
 import java.util.Map;
+import java.util.Optional;
 
 /**
  * Transform Context Implementation.
  */
 public final class ContextImpl implements Transform.Context {
   private final Map sideInputs;
+  private Optional<String> data;
 
 Review comment:
   @seojangho I've addressed your comment :)

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


With regards,
Apache Git Services

Reply via email to