You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/05/13 12:24:21 UTC

[GitHub] [spark] skonto commented 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

skonto commented 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). 
   
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org