File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 1717# under the License.
1818#
1919
20- sparkVersions =3.5
20+ sparkVersions =3.5
2121
22- sparkVersion-3.5- scalaVersions =2.12,2.13
22+ scalaVersions =2.12,2.13
Original file line number Diff line number Diff line change @@ -63,10 +63,7 @@ val sparkScalaVersions = loadProperties(file("${polarisSparkDir}/spark-scala.pro
6363val sparkVersions = sparkScalaVersions[" sparkVersions" ].toString().split(" ," ).map { it.trim() }
6464
6565for (sparkVersion in sparkVersions) {
66- val scalaVersions =
67- sparkScalaVersions[" sparkVersion-${sparkVersion} -scalaVersions" ].toString().split(" ," ).map {
68- it.trim()
69- }
66+ val scalaVersions = sparkScalaVersions[" scalaVersions" ].toString().split(" ," ).map { it.trim() }
7067 for (scalaVersion in scalaVersions) {
7168 polarisProject(
7269 " polaris-spark-${sparkVersion} _${scalaVersion} " ,
You can’t perform that action at this time.
0 commit comments