[SPARK-3433][BUILD] Fix for Mima false-positives with @DeveloperAPI and @Experimental annotations.
Actually false positive reported was due to mima generator not picking up the new jars in presence of old jars(theoretically this should not have happened.). So as a workaround, ran them both separately and just append them together. Author: Prashant Sharma <prashant@apache.org> Author: Prashant Sharma <prashant.s@imaginea.com> Closes #2285 from ScrapCodes/mima-fix and squashes the following commits: 093c76f [Prashant Sharma] Update mima 59012a8 [Prashant Sharma] Update mima 35b6c71 [Prashant Sharma] SPARK-3433 Fix for Mima false-positives with @DeveloperAPI and @Experimental annotations.
Showing
- dev/mima 8 additions, 0 deletionsdev/mima
- project/MimaBuild.scala 6 additions, 0 deletionsproject/MimaBuild.scala
- project/MimaExcludes.scala 1 addition, 7 deletionsproject/MimaExcludes.scala
- project/SparkBuild.scala 1 addition, 1 deletionproject/SparkBuild.scala
- tools/src/main/scala/org/apache/spark/tools/GenerateMIMAIgnore.scala 10 additions, 4 deletions...ain/scala/org/apache/spark/tools/GenerateMIMAIgnore.scala
Please register or sign in to comment