sanha commented on a change in pull request #115: [NEMO-96] Modularize
DataSkewPolicy to use MetricVertex and BarrierVertex
URL: https://github.com/apache/incubator-nemo/pull/115#discussion_r214889097
##########
File path: common/src/main/java/edu/snu/nemo/common/coder/EncoderFactory.java
##########
@@ -84,6 +85,11 @@ public Encoder create(final OutputStream outputStream) {
return dummyEncoder;
}
+ @Override
+ public Object getCoder() {
Review comment:
Ditto.
----------------------------------------------------------------
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