heyihong commented on code in PR #42859:
URL: https://github.com/apache/spark/pull/42859#discussion_r1437653961


##########
project/MimaExcludes.scala:
##########
@@ -74,6 +74,9 @@ object MimaExcludes {
     
ProblemFilters.exclude[Problem]("org.sparkproject.spark_protobuf.protobuf.*"),
     
ProblemFilters.exclude[Problem]("org.apache.spark.sql.protobuf.utils.SchemaConverters.*"),
 
+    // SPARK-43299: Convert StreamingQueryException in Scala Client

Review Comment:
   @LuciferYang This is just the `ProblemFilters` added for the mima check 
between Spark 4.0 and Spark 3.5. 



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