[GitHub] [spark] HyukjinKwon commented on a change in pull request #30351: [SPARK-33441][BUILD] Add unused-imports compilation check and remove all unused-imports

2020-11-26 Thread GitBox


HyukjinKwon commented on a change in pull request #30351:
URL: https://github.com/apache/spark/pull/30351#discussion_r531394220



##
File path: pom.xml
##
@@ -164,6 +164,7 @@
 3.2.2
 2.12.10
 2.12
+-Ywarn-unused-import

Review comment:
   We can give a shot. Are they a lot of instances of `unused-locals` to 
fix? If there are too many, I think we should collect some more feedback from 
other committers because it makes more difficult to maintain the codes (e.g., 
reverting and backporting).





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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] HyukjinKwon commented on a change in pull request #30351: [SPARK-33441][BUILD] Add unused-imports compilation check and remove all unused-imports

2020-11-25 Thread GitBox


HyukjinKwon commented on a change in pull request #30351:
URL: https://github.com/apache/spark/pull/30351#discussion_r530422613



##
File path: pom.xml
##
@@ -164,6 +164,7 @@
 3.2.2
 2.12.10
 2.12
+-Ywarn-unused-import

Review comment:
   Thanks @LuciferYang 





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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] HyukjinKwon commented on a change in pull request #30351: [SPARK-33441][BUILD] Add unused-imports compilation check and remove all unused-imports

2020-11-25 Thread GitBox


HyukjinKwon commented on a change in pull request #30351:
URL: https://github.com/apache/spark/pull/30351#discussion_r530383072



##
File path: pom.xml
##
@@ -164,6 +164,7 @@
 3.2.2
 2.12.10
 2.12
+-Ywarn-unused-import

Review comment:
   @LuciferYang, just checking. do we have a JIRA ticket for Maven side to 
follow up? For completeness, it's good to do it for Maven as well anyway.





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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] HyukjinKwon commented on a change in pull request #30351: [SPARK-33441][BUILD] Add unused-imports compilation check and remove all unused-imports

2020-11-19 Thread GitBox


HyukjinKwon commented on a change in pull request #30351:
URL: https://github.com/apache/spark/pull/30351#discussion_r527445085



##
File path: pom.xml
##
@@ -164,6 +164,7 @@
 3.2.2
 2.12.10
 2.12
+-Ywarn-unused-import

Review comment:
   Sure thanks :-)





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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] HyukjinKwon commented on a change in pull request #30351: [SPARK-33441][BUILD] Add unused-imports compilation check and remove all unused-imports

2020-11-19 Thread GitBox


HyukjinKwon commented on a change in pull request #30351:
URL: https://github.com/apache/spark/pull/30351#discussion_r527383553



##
File path: pom.xml
##
@@ -164,6 +164,7 @@
 3.2.2
 2.12.10
 2.12
+-Ywarn-unused-import

Review comment:
   Yeah, that's fine. We can make SBT side complete alone first, and think 
about Maven side separately later. Maven side will be secondary for now because 
PR builder can check anyway. 





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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] HyukjinKwon commented on a change in pull request #30351: [SPARK-33441][BUILD] Add unused-imports compilation check and remove all unused-imports

2020-11-19 Thread GitBox


HyukjinKwon commented on a change in pull request #30351:
URL: https://github.com/apache/spark/pull/30351#discussion_r527363825



##
File path: pom.xml
##
@@ -164,6 +164,7 @@
 3.2.2
 2.12.10
 2.12
+-Ywarn-unused-import

Review comment:
   If it's easy to make both Maven and SBT build throw an error, it's fine. 
If that's difficult, let's move it to `SparkBuild.scala`, and make it SBT 
specific.





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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] HyukjinKwon commented on a change in pull request #30351: [SPARK-33441][BUILD] Add unused-imports compilation check and remove all unused-imports

2020-11-19 Thread GitBox


HyukjinKwon commented on a change in pull request #30351:
URL: https://github.com/apache/spark/pull/30351#discussion_r527360926



##
File path: pom.xml
##
@@ -164,6 +164,7 @@
 3.2.2
 2.12.10
 2.12
+-Ywarn-unused-import

Review comment:
   Shall we just move it to `SparkBuild.scala` and let Maven doesn't care 
about that?





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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] HyukjinKwon commented on a change in pull request #30351: [SPARK-33441][BUILD] Add unused-imports compilation check and remove all unused-imports

2020-11-16 Thread GitBox


HyukjinKwon commented on a change in pull request #30351:
URL: https://github.com/apache/spark/pull/30351#discussion_r524830616



##
File path: 
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/ScalaReflection.scala
##
@@ -894,10 +893,6 @@ trait ScalaReflection extends Logging {
 
   import universe._
 
-  // The Predef.Map is scala.collection.immutable.Map.
-  // Since the map values can be mutable, we explicitly import 
scala.collection.Map at here.
-  import scala.collection.Map
-

Review comment:
   Other changes look fine but this one 
(https://github.com/apache/spark/commit/05308426f0f51273be95fb1ca2cb1ec19d83cec8).
 Do you know why the test work now without this fix?





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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org