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

    https://github.com/apache/incubator-spark/pull/585#discussion_r9863061
  
    --- Diff: project/MimaBuild.scala ---
    @@ -0,0 +1,115 @@
    +import com.typesafe.tools.mima.plugin.MimaKeys.{binaryIssueFilters, 
previousArtifact}
    +import com.typesafe.tools.mima.plugin.MimaPlugin.mimaDefaultSettings
    +
    +object MimaBuild {
    +
    +  val ignoredABIProblems = {
    +    import com.typesafe.tools.mima.core._
    +    import com.typesafe.tools.mima.core.ProblemFilters._
    +    /**
    +     * A: Detections likely to become semi private at some point.
    +     */
    +    
Seq(exclude[MissingClassProblem]("org.apache.spark.util.XORShiftRandom"),
    +      
exclude[MissingClassProblem]("org.apache.spark.util.XORShiftRandom$"),
    +      
exclude[MissingMethodProblem]("org.apache.spark.util.Utils.cloneWritables"),
    +      
exclude[MissingMethodProblem]("org.apache.spark.util.collection.ExternalAppendOnlyMap#DiskMapIterator.nextItem_="),
    --- End diff --
    
    exclude for a class does not work I suppose. 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. To do so, please top-post your response.
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.
---

Reply via email to