Re: Starting work on last Scala 2.13 updates

2020-07-24 Thread Dongjoon Hyun
Thank you so much, Sean! Bests, Dongjoon. On Fri, Jul 24, 2020 at 8:56 AM Sean Owen wrote: > Status update - we should have Scala 2.13 compiling, with the > exception of the REPL. > Looks like 99% or so of tests pass too, but the remaining ones might > be hard to debug. I haven't looked hard y

Re: Starting work on last Scala 2.13 updates

2020-07-24 Thread Holden Karau
This is awesome progress :) On Fri, Jul 24, 2020 at 8:56 AM Sean Owen wrote: > Status update - we should have Scala 2.13 compiling, with the > exception of the REPL. > Looks like 99% or so of tests pass too, but the remaining ones might > be hard to debug. I haven't looked hard yet. > https://is

Re: Starting work on last Scala 2.13 updates

2020-07-24 Thread Sean Owen
Status update - we should have Scala 2.13 compiling, with the exception of the REPL. Looks like 99% or so of tests pass too, but the remaining ones might be hard to debug. I haven't looked hard yet. https://issues.apache.org/jira/browse/SPARK-25075 is the umbrella. Anyone that's interested can try

Starting work on last Scala 2.13 updates

2020-07-11 Thread Sean Owen
I call attention to https://github.com/apache/spark/pull/28971 which represents part 1 of several changes that are the last large change for Scala 2.13, except for REPL updates: dealing with the fact that default collection types will be immutable. The goal of course is to cross-compile without se