Conversation
Extend DataFu Spark compatibility to the Spark 3.5 release line. JIRA: DATAFU-182
Contributor
|
It looks good! One question - if you didn't change any of the actual source files, only changed the Python version used in testing, maybe that means that version 2.1.0 does support Spark 3.5.x, and we can update that in the README instead of 2.2.0 |
Contributor
Author
Right, the source files are effectively unchanged. 2.1.0's declared range was 3.0.x–3.4.x, so the question is whether we want to retroactively extend that declared range to include 3.5.x, or bump to 2.2.0 and give that the wider range. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds support for Spark 3.5.x by extending the Scala 2.12 build and test matrix
through Spark 3.5.9, updating the compatibility documentation, and moving CI
to Python 3.8 as required by Spark 3.5.
Validation
Before opening this PR, I manually ran the
testsworkflow fromfeature/ spark-3.5on my origin fork. The workflow completed successfully .