Github user dongjoon-hyun commented on a diff in the pull request:
https://github.com/apache/spark/pull/22426#discussion_r217878218
--- Diff: project/MimaExcludes.scala ---
@@ -1202,6 +1206,7 @@ object MimaExcludes {
}
def excludes(version: String) = version match {
+ case v if v.startsWith("2.5") => v25excludes
--- End diff --
Do we need to update
[MimaBuild.scala](https://github.com/apache/spark/blob/master/project/MimaBuild.scala#L91)
in this PR together?
```scala
val previousSparkVersion = "2.2.0"
```
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]