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

    https://github.com/apache/spark/pull/21849#discussion_r216058842
  
    --- Diff: project/MimaExcludes.scala ---
    @@ -106,7 +106,10 @@ object MimaExcludes {
         
ProblemFilters.exclude[InheritedNewAbstractMethodProblem]("org.apache.spark.ml.param.shared.HasValidationIndicatorCol.validationIndicatorCol"),
     
         // [SPARK-23042] Use OneHotEncoderModel to encode labels in 
MultilayerPerceptronClassifier
    -    
ProblemFilters.exclude[MissingClassProblem]("org.apache.spark.ml.classification.LabelConverter")
    +    
ProblemFilters.exclude[MissingClassProblem]("org.apache.spark.ml.classification.LabelConverter"),
    +
    +    // [SPARK-24243][CORE] Expose exceptions from InProcessAppHandle
    +    
ProblemFilters.exclude[ReversedMissingMethodProblem]("org.apache.spark.launcher.SparkAppHandle.getError")
    --- End diff --
    
    nit: add at the top of the list (then you don't have to touch existing 
entries).


---

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

Reply via email to