We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88f76d7 commit 1eb1db4Copy full SHA for 1eb1db4
project/MimaExcludes.scala
@@ -30,6 +30,8 @@ import com.typesafe.tools.mima.core.ProblemFilters._
30
* It is also possible to exclude Spark classes and packages. This should be used sparingly:
31
*
32
* MimaBuild.excludeSparkClass("graphx.util.collection.GraphXPrimitiveKeyOpenHashMap")
33
+ *
34
+ * For a new Spark version, please update MimaBuild.scala to reflect the previous version.
35
*/
36
object MimaExcludes {
37
def excludes(version: String) = version match {
0 commit comments