dongjoon-hyun commented on a change in pull request #31636:
URL: https://github.com/apache/spark/pull/31636#discussion_r582440731
##########
File path: core/src/main/scala/org/apache/spark/broadcast/BroadcastManager.scala
##########
@@ -24,15 +24,12 @@ import scala.reflect.ClassTag
import org.apache.commons.collections.map.{AbstractReferenceMap, ReferenceMap}
-import org.apache.spark.{SecurityManager, SparkConf}
+import org.apache.spark.SparkConf
import org.apache.spark.api.python.PythonBroadcast
import org.apache.spark.internal.Logging
private[spark] class BroadcastManager(
- val isDriver: Boolean,
- conf: SparkConf,
- securityManager: SecurityManager)
- extends Logging {
+ val isDriver: Boolean, conf: SparkConf) extends Logging {
Review comment:
2 more spaces?
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]