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 `maven local 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
