Skip to content

Commit

Permalink
Merge pull request #7080 from dim-ops/chore/remove-deprecated-lts-ver…
Browse files Browse the repository at this point in the history
…sion

chore(databricks): remove deprecated spark lts version
  • Loading branch information
gabriel-cx authored May 27, 2024
2 parents f2bab01 + 453c402 commit 8e174d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ CxPolicy[result] {
}

isLtsVersion(version) {
versions = {"3.0.1", "3.1.2", "3.2.1", "3.3.0", "3.3.2", "3.4.1", "3.5.0"}
versions = {"3.1.2", "3.2.1", "3.3.0", "3.3.2", "3.4.1", "3.5.0"}
version = versions[j]
}

0 comments on commit 8e174d9

Please sign in to comment.