Skip to content

Commit

Permalink
Merge pull request #7079 from dim-ops/chore/add-new-lts-databricks-ru…
Browse files Browse the repository at this point in the history
…ntime

chore(databricks): add new spark LTS runtime
  • Loading branch information
gabriel-cx committed May 27, 2024
2 parents 1d1d835 + cfb7860 commit f2bab01
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"}
versions = {"3.0.1", "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 f2bab01

Please sign in to comment.