[GitHub] [spark] HyukjinKwon commented on a change in pull request #30784: [SPARK-33560][BUILD] Add "unused-import" check to Maven compilation process

2020-12-15 Thread GitBox
HyukjinKwon commented on a change in pull request #30784: URL: https://github.com/apache/spark/pull/30784#discussion_r543803604 ## File path: pom.xml ## @@ -3220,9 +3217,34 @@ scala-2.12 + +true + + +

[GitHub] [spark] HyukjinKwon commented on a change in pull request #30784: [SPARK-33560][BUILD] Add "unused-import" check to Maven compilation process

2020-12-15 Thread GitBox
HyukjinKwon commented on a change in pull request #30784: URL: https://github.com/apache/spark/pull/30784#discussion_r544004906 ## File path: pom.xml ## @@ -3243,6 +3264,31 @@ + + + + + net.alchim31.