sanha commented on a change in pull request #205: [NEMO-366] 
DirectByteArrayOutputStream bug in SerializedPartition
URL: https://github.com/apache/incubator-nemo/pull/205#discussion_r268480995
 
 

 ##########
 File path: 
common/src/main/java/org/apache/nemo/common/DirectByteArrayOutputStream.java
 ##########
 @@ -40,18 +40,4 @@ public DirectByteArrayOutputStream() {
   public DirectByteArrayOutputStream(final int size) {
     super(size);
   }
-
 
 Review comment:
   If we do not need these methods, why don't we just remove this class?

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