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

Spark 4.0.0 thread #138

Open
2 of 5 tasks
alfonsorr opened this issue Aug 26, 2024 · 1 comment
Open
2 of 5 tasks

Spark 4.0.0 thread #138

alfonsorr opened this issue Aug 26, 2024 · 1 comment

Comments

@alfonsorr
Copy link
Collaborator

alfonsorr commented Aug 26, 2024

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.

  • Update sbt
  • Prevent errors using new versions of Java #152
  • Prepare build.sbt to accept 4.0.0
  • Test against 4.0.0 and fix any errors that are found
    Optional but good to have:
  • Get rid of all deprecation warnings working with scala 2.13 without breaking 2.12 compatibility

This block will be updated with any new task found

@alfonsorr
Copy link
Collaborator Author

alfonsorr commented Aug 26, 2024

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 😓

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

3 participants
@alfonsorr and others