-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add support for Scala 2.13 #38
Comments
AFAIK hats and AbsaOSS/spark-hofs#19 are for Spark 2. |
Hofs was created to add functionality missing in Spark 2. But Spark 3 has 'transform' etc. So hofs might become obsolete. But |
Ideal to be done as part of #33 |
It would be cool, but would require the release to be split to version for Spark 2 and another one for Spark 3 (as spark-commons, and spark-partition-sizing have it) |
I'm going to go for the same implementation for all Scala versions for now. Optimizing hofs away from Scala 2.12 and Scala 2.13 will be another issue and another PR. I'll try to remove hofs dependency from Scala 2.12 and Scala 2.13 builds. |
Fixed in #43 |
Background
It has been requested to be able to use the library in a project built for on Scala 2.13
The text was updated successfully, but these errors were encountered: