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

Reply via email to