HyukjinKwon commented on a change in pull request #25262: 
[SPARK-28486][CORE][PYTHON] Map PythonBroadcast's data file to a BroadcastBlock 
to avoid delete by GC
URL: https://github.com/apache/spark/pull/25262#discussion_r309001102
 
 

 ##########
 File path: 
core/src/main/scala/org/apache/spark/broadcast/BroadcastManager.scala
 ##########
 @@ -19,11 +19,12 @@ package org.apache.spark.broadcast
 
 import java.util.concurrent.atomic.AtomicLong
 
-import scala.reflect.ClassTag
+import scala.reflect.{classTag, ClassTag}
 
 Review comment:
   Seems not used.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to