skonto edited a comment on issue #24586: [SPARK-27682][CORE][GRAPHX][MLLIB] 
Replace use of collections and methods that will be removed in Scala 2.13 with 
work-alikes
URL: https://github.com/apache/spark/pull/24586#issuecomment-491800712
 
 
   Another non breaking thing to migrate is: 
`scala.collection.mutable.WrappedArray` -> `mutable.ArraySeq`.
   `WrappedArray` is deprecated in 2.13 and `ArraySeq` is the 
[replacement](https://docs.scala-lang.org/overviews/core/collections-migration-213.html).
 
   Thoughts about `mapValues`?

----------------------------------------------------------------
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]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to