panbingkun commented on code in PR #48972: URL: https://github.com/apache/spark/pull/48972#discussion_r1860482825
########## dev/mima: ########## @@ -24,6 +24,9 @@ set -e FWDIR="$(cd "`dirname "$0"`"/..; pwd)" cd "$FWDIR" +# Skip maven local resolver. +export SKIP_LOCAL_M2=true Review Comment: We make `dev/mima` ignore the `local maven cache` directly, so that the environment and process that all tests depend on are consistent in both `GA` and `local`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org