Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scala 2.13 #112

Open
matthewrj opened this issue Dec 14, 2022 · 1 comment
Open

Scala 2.13 #112

matthewrj opened this issue Dec 14, 2022 · 1 comment

Comments

@matthewrj
Copy link

As of Spark 3.2.0, Scala 2.13 is supported. What would be involved in publishing a 2.13 version of the library? Is there any work underway to support Scala 2.13?

@jsleight
Copy link
Collaborator

We would likely cross compile and publish artifacts for both scala 2.12 and 2.13. So steps would be:

  1. Alter build.sbt to cross compile scala versions
  2. Fix any code which breaks from scala 2.13

Is probably not too difficult unless there is a lot of code which needs to be fixed. I don't think anyone has started this unless @kunaldeepsingh has started on it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants