-
Notifications
You must be signed in to change notification settings - Fork 235
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
Remove support for Spark 3.0.x [databricks] #4988
Conversation
Signed-off-by: Jason Lowe <jlowe@nvidia.com>
build |
first just checked for other places used - CONTRIBUTING.md I think still references 301 in mvn -Dbuildver=301 install -DskipTests and VersionUtils.scala still has isSpark301OrLater that I don't think is used |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A quick pass and it looks good. I need to look more deeply at the different files to provide better suggestions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
overall looks good, looks like needs upmerged now.
build |
build |
As pre-merge jenkins file change will not take effect in this PR, taking care of it in #4990. Please help revert change to Jenkinsfile.premerge, thanks! Test failures,
required python version changed, will also update image. Also created issue #4991 to drop the compatibility support in premerge Jenkinsfile |
build |
Contributes to #4915.
This removes support for Spark 3.0.x and the corresponding shims. Work to "unshim" interfaces that no longer need to be shimmed now that 3.1.x is the base version will be handled in a followup PR.