Github user zsxwing commented on a diff in the pull request:

    https://github.com/apache/spark/pull/9987#discussion_r46195443
  
    --- Diff: 
network/common/src/main/java/org/apache/spark/network/protocol/AbstractResponseMessage.java
 ---
    @@ -17,23 +17,15 @@
     
     package org.apache.spark.network.protocol;
     
    -import com.google.common.base.Objects;
    -import io.netty.buffer.ByteBuf;
    -
     import org.apache.spark.network.buffer.ManagedBuffer;
    -import org.apache.spark.network.buffer.NettyManagedBuffer;
     
     /**
    - * Abstract class for response messages that contain a large data portion 
kept in a separate
    - * buffer. These messages are treated especially by MessageEncoder.
    + * Abstract class for response messages.
      */
    -public abstract class ResponseWithBody implements ResponseMessage {
    -  public final ManagedBuffer body;
    -  public final boolean isBodyInFrame;
    +public abstract class AbstractResponseMessage extends AbstractMessage 
implements ResponseMessage {
    --- End diff --
    
    okey, let's keep it.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to