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

Compile against spark 4.0.0 #146

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

alfonsorr
Copy link
Collaborator

This is not a pull request that can be merged into the main branch. It uses the preview version of spark 4.0.0.

If you want to test this branch on your machine, use the latest version in this repository: https://repository.apache.org/content/groups/snapshots/org/apache/spark/spark-sql_2.13/4.0.0-SNAPSHOT/

And use it as the parameter to compile when you start your SBT repl, for example:
-Dspark.testVersion=4.0.0-20240831.001610-367

Also, spark 4.0 is not compatible with Java 8, only compatible with Java 17 and 21. I would recommend using 17 because it is also compatible with the latest versions of spark 3.x

At the moment of creation there are issues in a couple of tests that need fixing. One of them related to extracting a local date that could be a spark bug.

@alfonsorr alfonsorr force-pushed the feature/test-agains-spark-4.0.0 branch from 6966dfd to 9d1e260 Compare September 6, 2024 08:23
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

Successfully merging this pull request may close these issues.

1 participant