You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/07/31 00:51:17 UTC

[GitHub] [spark] 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

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:
users@infra.apache.org


With regards,
Apache Git Services

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