spark
spark copied to clipboard
[SPARK-40030][BUILD] Upgrade scala-maven-plugin to 4.7.1
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
Add result later
cc @HyukjinKwon @pan3793
Merged to master.
thanks @HyukjinKwon @pan3793