LuciferYang commented on code in PR #43735:
URL: https://github.com/apache/spark/pull/43735#discussion_r1425221556
##########
project/MimaExcludes.scala:
##########
@@ -90,6 +90,16 @@ object MimaExcludes {
// SPARK-43299: Convert StreamingQueryException in Scala Client
ProblemFilters.exclude[MissingClassProblem]("org.apache.spark.sql.streaming.StreamingQueryException"),
+ // SPARK-45856: Move ArtifactManager from Spark Connect into SparkSession
(sql/core)
+
ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.storage.CacheId.apply"),
Review Comment:
@vicennial I would like to reconfirm, the `ProblemFilters` added by
SPARK-45856 will never need to undergo a mima check in versions after Spark
4.0, is that correct? I found that it has been placed in `defaultExcludes`.
--
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]