dongjoon-hyun commented on code in PR #45154:
URL: https://github.com/apache/spark/pull/45154#discussion_r1494845429


##########
project/MimaExcludes.scala:
##########
@@ -79,7 +79,10 @@ object MimaExcludes {
     // TODO(SPARK-46878): Invalid Mima report for StringType extension
     
ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.sql.types.StringType.this"),
     // SPARK-47011: Remove deprecated 
BinaryClassificationMetrics.scoreLabelsWeight
-    
ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.mllib.evaluation.BinaryClassificationMetrics.scoreLabelsWeight")
+    
ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.mllib.evaluation.BinaryClassificationMetrics.scoreLabelsWeight"),
+    // SPARK-46938: Javax -> Jakrata namespace change.
+    
ProblemFilters.exclude[MissingTypesProblem]("org.apache.spark.ui.ProxyRedirectHandler$ResponseWrapper"),

Review Comment:
   Got it.  It seems that we may need a migration guide for this for head-ups.
     - 
https://spark.apache.org/docs/latest/api/java/org/apache/spark/ui/ProxyRedirectHandler.html
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to