hvanhovell commented on code in PR #40931:
URL: https://github.com/apache/spark/pull/40931#discussion_r1176669281


##########
project/MimaExcludes.scala:
##########
@@ -66,6 +66,12 @@ object MimaExcludes {
     ProblemFilters.exclude[Problem]("org.sparkproject.spark_core.protobuf.*"),
     
ProblemFilters.exclude[Problem]("org.apache.spark.status.protobuf.StoreTypes*"),
 
+    // SPARK-43265: Move Error framework to a common utils module
+    
ProblemFilters.exclude[MissingClassProblem]("org.apache.spark.QueryContext"),
+    
ProblemFilters.exclude[MissingClassProblem]("org.apache.spark.SparkException"),
+    
ProblemFilters.exclude[MissingClassProblem]("org.apache.spark.SparkException$"),
+    
ProblemFilters.exclude[MissingClassProblem]("org.apache.spark.SparkThrowable"),

Review Comment:
   Can we spend a bit more time on this? We are going to move quite a few 
classes, and it would be great if MiMa works to avoid mistakes.



-- 
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