Github user gatorsmile commented on a diff in the pull request:
https://github.com/apache/spark/pull/22426#discussion_r217889470
--- 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 --
Sure--- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
