Details
-
Sub-task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.0.0
-
None
Description
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.
Attachments
Issue Links
- relates to
-
SPARK-27683 Remove usage of TraversableOnce
- Resolved
- links to