wynot12 commented on a change in pull request #203: [NEMO-360] Implementing an 
'XGBoostPolicy'
URL: https://github.com/apache/incubator-nemo/pull/203#discussion_r267626695
 
 

 ##########
 File path: common/src/main/java/org/apache/nemo/common/dag/DAG.java
 ##########
 @@ -97,6 +97,14 @@ public V getVertexById(final String id) {
     throw new IllegalVertexOperationException("There is no vertex of id: " + 
id);
   }
 
+  @Override
+  public E getEdgeById(final String id) {
 
 Review comment:
   Hmm.. users may confuses it with outgoing edges.
   Anyway, I'm okay.

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