Details
-
Sub-task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.0.0
-
None
Description
Kind of related to https://issues.apache.org/jira/browse/SPARK-27681, but a simpler subset.
In 2.13, a mutable collection can't be returned as a scala.collection.Seq. It's easy enough to call .toSeq on these as that still works on 2.12.
[ERROR] [Error] /Users/seanowen/Documents/spark_2.13/core/src/main/scala/org/apache/spark/ExecutorAllocationManager.scala:467: type mismatch; found : Seq[String] (in scala.collection) required: Seq[String] (in scala.collection.immutable)
Attachments
Issue Links
- is duplicated by
-
SPARK-27681 Use scala.collection.Seq explicitly instead of scala.Seq alias
- Resolved
- links to
(1 links to)