Skip to content

Commit

Permalink
Fix mima
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxGekk committed Sep 22, 2024
1 parent 984e674 commit 5744af1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions project/MimaExcludes.scala
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,9 @@ object MimaExcludes {
ProblemFilters.exclude[MissingClassProblem]("org.apache.spark.sql.streaming.StreamingQueryListener$QueryStartedEvent"),
ProblemFilters.exclude[MissingClassProblem]("org.apache.spark.sql.streaming.StreamingQueryListener$QueryTerminatedEvent"),
ProblemFilters.exclude[MissingClassProblem]("org.apache.spark.sql.streaming.StreamingQueryStatus"),

// SPARK-49748: Add getCondition and deprecate getErrorClass in SparkThrowable
ProblemFilters.exclude[ReversedMissingMethodProblem]("org.apache.spark.SparkThrowable.getCondition"),
)

// Default exclude rules
Expand Down

0 comments on commit 5744af1

Please sign in to comment.