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

    https://github.com/apache/spark/pull/21346#discussion_r191003869
  
    --- Diff: project/MimaExcludes.scala ---
    @@ -36,6 +36,9 @@ object MimaExcludes {
     
       // Exclude rules for 2.4.x
       lazy val v24excludes = v23excludes ++ Seq(
    +    // [SPARK-6237][NETWORK] Network-layer changes to allow stream upload
    +    
ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.network.netty.NettyBlockRpcServer.receive"),
    --- End diff --
    
    Kinda wondering why this class is public in the first place... along with 
`SparkTransportConf` in the same package.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to