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_r199431461
 
 

 ##########
 File path: common/src/main/java/edu/snu/nemo/common/ContextImpl.java
 ##########
 @@ -25,14 +25,16 @@
  */
 public final class ContextImpl implements Transform.Context {
   private final Map sideInputs;
+  private final Map additionalOutputs;
   private String data;
 
   /**
    * Constructor of Context Implementation.
    * @param sideInputs side inputs.
    */
-  public ContextImpl(final Map sideInputs) {
+  public ContextImpl(final Map sideInputs, final Map additionalOutputs) {
 
 Review comment:
   additionalTagOutputs?

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