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



##########
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:
       @HyukjinKwon @srowen  as the Snapshot above, the import of `s.c.Map` 
used to specify the `Map` type in the `convertToCatalyst` method to `s.c.Map`, 
but `convertToCatalyst` method is no longer in `ScalaReflection.scala`, it was 
moved to `CatalystTypeConverters` 
   
   EDIT:Ignore here




----------------------------------------------------------------
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