-
Type:
Sub-task
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.0.0
-
Fix Version/s: 3.0.0
-
Component/s: GraphX, Spark Core, SQL
-
Labels:None
Scala's Traversable is removed in Scala 2.13. We have some usages of this interface that almost certainly can just be references to Iterable, which all usual collections classes also extend.
- relates to
-
SPARK-27683 Remove usage of TraversableOnce
-
- Open
-
- links to