jeongyooneo commented on a change in pull request #5: [NEMO-27] Element Wise 
Block Write
URL: https://github.com/apache/incubator-nemo/pull/5#discussion_r187887739
 
 

 ##########
 File path: 
runtime/common/src/main/java/edu/snu/nemo/runtime/common/optimizer/pass/runtime/DataSkewRuntimePass.java
 ##########
 @@ -38,7 +39,7 @@
 /**
  * Dynamic optimization pass for handling data skew.
  */
-public final class DataSkewRuntimePass implements RuntimePass<Map<String, 
List<Long>>> {
+public final class DataSkewRuntimePass implements RuntimePass<Map<String, 
List<Pair<Integer, Long>>>> {
 
 Review comment:
   Could you add comments on the constructor about what the `Pair<Integer, 
Long>` denotes for?

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