dongjoon-hyun commented on a change in pull request #29240:
URL: https://github.com/apache/spark/pull/29240#discussion_r460611978
##########
File path:
core/src/test/scala/org/apache/spark/scheduler/TaskSetManagerSuite.scala
##########
@@ -31,7 +31,7 @@ import org.scalatest.Assertions._
import org.scalatest.PrivateMethodTester
import org.scalatest.concurrent.Eventually
-import org.apache.spark._
+import org.apache.spark.{FakeSchedulerBackend => _, _}
Review comment:
Thanks. Ya. It's a general problem in Scala 2.13 because we don't have
any CIs. Not only tests, Scala 2.13 compilation itself is already broken in
`sql/catalyst`. It's sad that there is no way to protect properly. :(
Maybe, we had better consider enable Scala 2.13 CI partially for compilation
and testing.
WDYT, @HyukjinKwon and @srowen ?
----------------------------------------------------------------
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]