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

    https://github.com/apache/spark/pull/21346#discussion_r192823558
  
    --- 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 --
    
    I only see references to them in Scala code... also `private[package]` 
translates to `public` in Java, so that would at least avoid the mima checks.


---

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

Reply via email to