srowen commented on code in PR #37345:
URL: https://github.com/apache/spark/pull/37345#discussion_r933874937
##########
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:
Hm, I think the problem is that it compiles both ways, but means different
things. I do think we want the explicit import of Map for Scala 2.13 so that it
does not mean scala.collection.Map in either build.
--
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]