srowen opened a new pull request #26728: [SPARK-30012][CORE][SQL] Change 
classes extending scala collection classes to work with 2.13
URL: https://github.com/apache/spark/pull/26728
 
 
   Move some classes extending Scala collections into parallel source trees, to 
support 2.13; other minor collection-related modifications.
   
   
   ### What changes were proposed in this pull request?
   
   Modify some classes extending Scala collections to work with 2.13 as well as 
2.12. In many cases, this means introducing parallel source trees, as the type 
hierarchy changed in ways that one class can't support both.
   
   ### Why are the changes needed?
   
   To support building for Scala 2.13 in the future.
   
   ### Does this PR introduce any user-facing change?
   
   There should be no behavior change.
   
   ### How was this patch tested?
   
   Existing tests. Note that the 2.13 changes are not tested by the PR builder, 
of course. They compile in 2.13 but can't even be tested locally. Later, once 
the project can be compiled for 2.13, thus tested, it's possible the 2.13 
implementations will need updates.

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


With regards,
Apache Git Services

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

Reply via email to