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

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

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

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

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

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

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

2020-12-15 Thread GitBox
LuciferYang commented on a change in pull request #30784: URL: https://github.com/apache/spark/pull/30784#discussion_r544005908 ## File path: pom.xml ## @@ -2503,9 +2503,6 @@ incremental true - -unchecked Review comment: