You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by cloud-fan <gi...@git.apache.org> on 2018/11/13 03:22:50 UTC

[GitHub] spark pull request #22977: [SPARK-26030][BUILD] Bump previousSparkVersion in...

Github user cloud-fan commented on a diff in the pull request:

    https://github.com/apache/spark/pull/22977#discussion_r232886260
  
    --- Diff: project/MimaExcludes.scala ---
    @@ -164,7 +212,50 @@ 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-21842][MESOS] Support Kerberos ticket renewal and creation in Mesos
    --- End diff --
    
    these changes are cherry-picked from https://github.com/apache/spark/pull/23015


---

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