-
Notifications
You must be signed in to change notification settings - Fork 5
Remove support for scala 2.12 #1010
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1010 +/- ##
==========================================
+ Coverage 83.66% 84.80% +1.13%
==========================================
Files 47 47
Lines 3172 3079 -93
Branches 454 491 +37
==========================================
- Hits 2654 2611 -43
+ Misses 518 468 -50 🚀 New features to boost your workflow:
|
Main reason to keep was to be compatible with Databricks But Databricks Runtime 16.3 should come early March and have support for 2.13&3 https://community.databricks.com/t5/data-engineering/when-will-db-release-runtime-with-scala-2-13/td-p/104399 https://docs.databricks.com/en/release-notes/runtime/index.html Note: not yet cleaning up code that could move to newer constructs not supported by 2.12
5f74664
to
b7a13a0
Compare
This pull request seems a bit stale.. Shall we invite more to the party? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧹
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🦄
Main reason to keep was to be compatible with Databricks
Databricks Runtime 16.4 (LTS) is finally here and supports 2.13, starting 16.7 it won't support 2.12 at all, at some later point it should add scala3 support as spark 4+ will only support it
https://docs.databricks.com/aws/en/release-notes/runtime/16.4lts
Note: not yet cleaning up code that could move to newer constructs not supported by 2.12