LuciferYang commented on code in PR #42859:
URL: https://github.com/apache/spark/pull/42859#discussion_r1425222790
##########
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:
@heyihong I would like to reconfirm, the `ProblemFilters` added by
SPARK-43299 will never need to undergo a mima check in versions after Spark
4.0, is that correct? Or is this just the `ProblemFilters` added for the mima
check between Spark 4.0 and Spark 3.5? 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]