eejbyfeldt commented on PR #57303: URL: https://github.com/apache/spark/pull/57303#issuecomment-5421926855
I don't disagree with the suggestion. But just to add some more information for clarity on the changes. There are multiple types of Scala compatibility, since Scala 3 allows for use of Scala 2.13 artifacts. Without any changes it was already possible to use Spark built against 2.13 with Scala 3 < 3.8. In 3.8 Scala started building the standard library using the Scala3 compiler which broke parts of scala-reflect. The PRs I created was to fix using the 2.13 build in Scala 3.8, so the changes were very minor and some of them very stood on their own as improvements. I think other people are also interested in building the Spark codebase using the Scala 3 compiler, which is a very much larger change which is where a SPIP would be great. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
