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 14:49:45 UTC

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

srowen 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-491854548
 
 
   `WrappedArray` is a good point. It's only deprecated, and not used in public APIs, and is trickier to avoid as we have a lot of code matching on it as the current type one gets from Scala. That may be one we accept as a deprecation while 2.12 and 2.13 are supported and remove it with 2.12 support.

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