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

    https://github.com/apache/spark/pull/22173#discussion_r218811721
  
    --- Diff: 
common/network-common/src/main/java/org/apache/spark/network/server/TransportRequestHandler.java
 ---
    @@ -24,6 +24,15 @@
     import com.google.common.base.Throwables;
     import io.netty.channel.Channel;
     import io.netty.channel.ChannelFuture;
    +
    +import org.apache.spark.network.protocol.OneWayMessage;
    +import org.apache.spark.network.protocol.RpcFailure;
    +import org.apache.spark.network.protocol.RpcRequest;
    --- End diff --
    
    these don't seem like should be necessary?  and in wrong location


---

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

Reply via email to