Skip to content

Commit 093c76f

Browse files
committed
Update mima
1 parent 59012a8 commit 093c76f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dev/mima

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ cd "$FWDIR"
2727
echo -e "q\n" | sbt/sbt oldDeps/update
2828
rm -f .generated-mima*
2929

30-
// Generate Mima Ignore is called twice, first with latest built jars
31-
// on the classpath and then again with previous version jars on the classpath.
32-
// Because of a bug in GenerateMIMAIgnore that when old jars are ahead on classpath
33-
// it did not process the new classes (which are in assembly jar).
30+
# Generate Mima Ignore is called twice, first with latest built jars
31+
# on the classpath and then again with previous version jars on the classpath.
32+
# Because of a bug in GenerateMIMAIgnore that when old jars are ahead on classpath
33+
# it did not process the new classes (which are in assembly jar).
3434
./bin/spark-class org.apache.spark.tools.GenerateMIMAIgnore
3535

3636
export SPARK_CLASSPATH=`find lib_managed \( -name '*spark*jar' -a -type f \) | tr "\\n" ":"`

0 commit comments

Comments
 (0)