LuciferYang opened a new pull request, #37459: URL: https://github.com/apache/spark/pull/37459
### What changes were proposed in this pull request? This pr aims upgrade scala-maven-plugin to 4.7.1 ### Why are the changes needed? This version brings some bug fix related to `Incremental compile` and upgrade zinc to 1.7.1 all changes as follows: - https://github.com/davidB/scala-maven-plugin/compare/4.6.1...4.7.1 ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? - Pass Github Actions - Manually test the issue described in SPARK-39502 Run following command with Java 8/11/17: ``` mvn clean install -DskipTests -pl core -am mvn test -pl core -Dtest.exclude.tags=org.apache.spark.tags.ExtendedLevelDBTest ``` -- 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]
