Skip to content

Commit

Permalink
chore: Update spark-core, spark-hive, spark-sql from 3.4.3 to 3.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and nightscape committed Oct 27, 2024
1 parent 3696e11 commit 2472e8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
os: [ubuntu-latest]
scala: [2.12.20, 2.13.15]
java: [temurin@8]
spark: [2.4.1, 2.4.7, 2.4.8, 3.0.1, 3.0.3, 3.1.1, 3.1.2, 3.1.3, 3.2.4, 3.3.4, 3.4.1, 3.4.3, 3.5.3]
spark: [2.4.1, 2.4.7, 2.4.8, 3.0.1, 3.0.3, 3.1.1, 3.1.2, 3.1.3, 3.2.4, 3.3.4, 3.4.1, 3.4.4, 3.5.3]
exclude:
- spark: 2.4.1
scala: 2.13.15
Expand Down
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ val spark30 = List("3.0.1", "3.0.3")
val spark31 = List("3.1.1", "3.1.2", "3.1.3")
val spark32 = List("3.2.4")
val spark33 = List("3.3.4")
val spark34 = List("3.4.1", "3.4.3")
val spark34 = List("3.4.1", "3.4.4")
val spark35 = List("3.5.3")
val sparkVersions = spark24 ++ spark30 ++ spark31 ++ spark32 ++ spark33 ++ spark34 ++ spark35
val crossMatrix =
Expand Down

0 comments on commit 2472e8f

Please sign in to comment.