We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2da24da commit 43cf3ecCopy full SHA for 43cf3ec
1 file changed
.github/workflows/pr_build_macos.yml
@@ -136,18 +136,6 @@ jobs:
136
java_version: "17"
137
maven_opts: "-Pspark-4.0 -Pscala-2.13"
138
139
- - name: "Spark 4.1, JDK 17, Scala 2.13"
140
- java_version: "17"
141
- # The spark-4.1 profile already pins Scala to 2.13.17 to match Spark 4.1.1's
142
- # runtime; the scala-2.13 profile would override it back to 2.13.16 and break.
143
- maven_opts: "-Pspark-4.1"
144
-
145
- - name: "Spark 4.2, JDK 17, Scala 2.13"
146
147
- # The spark-4.2 profile pins Scala to 2.13.18 to match Spark 4.2.0-preview4's
148
149
- maven_opts: "-Pspark-4.2"
150
151
suite:
152
- name: "fuzz"
153
value: |
0 commit comments