Skip to content

Commit

Permalink
CommunitySparkSuite: add spark v3.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kitbellew committed Oct 1, 2024
1 parent c92e4d3 commit b5d1f9e
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,10 @@ class CommunitySpark3_4Suite extends CommunitySparkSuite("spark-3.4") {
Seq(getBuild("v3.4.1", dialects.Scala213, 2585))

}

class CommunitySpark3_5Suite extends CommunitySparkSuite("spark-3.5") {

override protected def builds =
Seq(getBuild("v3.5.3", dialects.Scala213, 2756))

}

0 comments on commit b5d1f9e

Please sign in to comment.