amaliujia commented on code in PR #42092:
URL: https://github.com/apache/spark/pull/42092#discussion_r1325124633


##########
project/MimaExcludes.scala:
##########
@@ -174,6 +174,35 @@ object MimaExcludes {
     
ProblemFilters.exclude[MissingClassProblem]("org.apache.spark.sql.types.ObjectType"),
     
ProblemFilters.exclude[MissingClassProblem]("org.apache.spark.sql.types.ObjectType$"),
 
+    // SPARK-44496: Move Interfaces needed by SCSC to sql/api.
+    
ProblemFilters.exclude[MissingClassProblem]("org.apache.spark.sql.Encoder"),

Review Comment:
   @LuciferYang 
   
   The intention here is to exclude these from spark 3.4 Mima check and I 
expected once we release Spark 3.5, these will be deleted?



-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to