You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I open this thread to keep track of the needs we find to prepare spark fast test to be usable in spark 4.0.0
Spark 4.0.0 is scala 2.13 compatible only. This will be the first time Spark uses this scala version as the main and only version. Previously it was compiled with scala 2.12 and 2.13 but only 2.12 was generally used in any production environment.
I already have a branch that allows to use of the Spark 4 snapshot versions. I can compile, but I'm getting an error when testing. I will upload it as a draft when it's working.
I will work in an additional branch on the deprecation warnings.
Edit: Spark 4 is compatible with Java 17 and 21, I was working with java 8 to have the same version as databricks 😓
I open this thread to keep track of the needs we find to prepare spark fast test to be usable in spark 4.0.0
Spark 4.0.0 is scala 2.13 compatible only. This will be the first time Spark uses this scala version as the main and only version. Previously it was compiled with scala 2.12 and 2.13 but only 2.12 was generally used in any production environment.
Optional but good to have:
This block will be updated with any new task found
The text was updated successfully, but these errors were encountered: