Skip to content

Commit

Permalink
[Spark DS Runner] Test compatibility against more Spark versions incl…
Browse files Browse the repository at this point in the history
…uding latest 3.4.x (closes #27576)
  • Loading branch information
mosche committed Jul 21, 2023
1 parent 78b0443 commit 05fb244
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion runners/spark/3/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,16 @@ createJavaExamplesArchetypeValidationTask(type: 'Quickstart', runner: 'Spark')

// Additional supported Spark versions (used in compatibility tests)
def sparkVersions = [
"341": "3.4.1",
"340": "3.4.0",
"332": "3.3.2",
"331": "3.3.1",
"330": "3.3.0",
"312": "3.1.2"
"324": "3.2.4",
"323": "3.2.3",
"321": "3.2.1",
"312": "3.1.2",
"311": "3.1.1"
]

sparkVersions.each { kv ->
Expand Down

0 comments on commit 05fb244

Please sign in to comment.