Skip to content

Commit 828c3b4

Browse files
committed
Fix MiMA script to cope with empty lib_managed
1 parent 0993cb9 commit 828c3b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev/mima

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ generate_mima_ignore() {
3838
# it did not process the new classes (which are in assembly jar).
3939
generate_mima_ignore
4040

41-
export SPARK_CLASSPATH="`find lib_managed \( -name '*spark*jar' -a -type f \) | tr "\\n" ":"`"
41+
export SPARK_CLASSPATH="$(build/sbt "export oldDeps/fullClasspath" | tail -n1)"
4242
echo "SPARK_CLASSPATH=$SPARK_CLASSPATH"
4343

4444
generate_mima_ignore

0 commit comments

Comments
 (0)