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

[TOREE-544] Remove Scala 2.11 code #210

Merged
merged 3 commits into from
Aug 10, 2023
Merged

Conversation

pan3793
Copy link
Member

@pan3793 pan3793 commented Aug 9, 2023

Spark dropped Scala 2.11 since 3.0, so remove the orphan Scala 2.11 code to clean up the codebase.

build.sbt Outdated
@@ -58,8 +57,8 @@ ThisBuild / javacOptions ++= Seq(
"-Xlint:-options",
"-Xlint:-processing",
"-Werror", // Treat warnings as errors
"-source", "1.6",
"-target", "1.6"
"-source", "1.8",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Both Spark 3.x and Scala 2.12 requires Java 8 or above, I think it should be good to pin 1.8 as Spark does.

@lresende lresende merged commit b717279 into apache:master Aug 10, 2023
2 checks passed
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.

2 participants