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

 ##########
 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:
   I just realized we still need getbufDirectly(). I will open a new PR, thank 
you!

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