-
Notifications
You must be signed in to change notification settings - Fork 138
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 release #553
Comments
As Spark 3.0 is still widely deployed and not compatible with 2.13, it would require version dependent source. Not sure it's worth it. |
@cchantep Spark 3.2 is compiled and published for Scala 2.13 (snapahots only though); I'd like to switch to 2.13 ASAP and to drop 2.12 in some of my projects. |
But frameless cannot itself drop 2.12 or it won't be compatible with Spark 3.0/3.1. |
@cchantep sorry for confusion, I didn't mean to drop 2.12 frameless support, that was about my motivation to drop 2.12 in my projects that use Spark & Frameless. |
Yes but my point, by experience, is that maintaining cross version sources is not a quickwin. |
https://github.com/ceedubs/irrec requires the 2.13 release. |
The WIP PR ceedubs/irrec#331 |
This task is to track the progress of the Scala 2.13 transitioning progress. Starting Spark 3.2 would publish artifacts for Scala 2.13. This task is to track the cross compilation progress. Frameless depends on some libraries that may have no 2.13 releases (yet?).
The text was updated successfully, but these errors were encountered: