LuciferYang commented on code in PR #37345:
URL: https://github.com/apache/spark/pull/37345#discussion_r933877313
##########
core/src/main/scala/org/apache/spark/deploy/SparkHadoopUtil.scala:
##########
@@ -23,7 +23,6 @@ import java.text.DateFormat
import java.util.{Arrays, Date, Locale}
import scala.collection.JavaConverters._
-import scala.collection.immutable.Map
Review Comment:
However, I think it is also good to explicitly imports `immutable.Map[K, V]`
and `immutable.Set[A]`, which makes it more clearer
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]