Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c1aeae9

Browse files
LuciferYangczxm
authored andcommitted
[SPARK-43832][BUILD] Upgrade Scala to 2.12.18
### What changes were proposed in this pull request? This PR aims to upgrade Scala to 2.12.18 - https://www.scala-lang.org/news/2.12.18 ### Why are the changes needed? This release adds support for JDK 20 and 21: - scala/scala#10185 - scala/scala#10362 - scala/scala#10397 - scala/scala#10400 The full release notes as follows: - https://github.com/scala/scala/releases/tag/v2.12.18 ### Does this PR introduce _any_ user-facing change? Yes, this is a Scala version change. ### How was this patch tested? Existing Test Closes apache#41627 from LuciferYang/SPARK-43832. Authored-by: yangjie01 <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 0005fe0 commit c1aeae9

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

dev/deps/spark-deps-hadoop-3-hive-2.3

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -225,10 +225,10 @@ py4j/0.10.9.7//py4j-0.10.9.7.jar
225225
remotetea-oncrpc/1.1.2//remotetea-oncrpc-1.1.2.jar
226226
rocksdbjni/8.1.1.1//rocksdbjni-8.1.1.1.jar
227227
scala-collection-compat_2.12/2.7.0//scala-collection-compat_2.12-2.7.0.jar
228-
scala-compiler/2.12.17//scala-compiler-2.12.17.jar
229-
scala-library/2.12.17//scala-library-2.12.17.jar
228+
scala-compiler/2.12.18//scala-compiler-2.12.18.jar
229+
scala-library/2.12.18//scala-library-2.12.18.jar
230230
scala-parser-combinators_2.12/2.2.0//scala-parser-combinators_2.12-2.2.0.jar
231-
scala-reflect/2.12.17//scala-reflect-2.12.17.jar
231+
scala-reflect/2.12.18//scala-reflect-2.12.18.jar
232232
scala-xml_2.12/2.1.0//scala-xml_2.12-2.1.0.jar
233233
shims/0.9.44//shims-0.9.44.jar
234234
slf4j-api/2.0.7//slf4j-api-2.0.7.jar

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ include:
2222
SPARK_VERSION: 3.5.0-SNAPSHOT
2323
SPARK_VERSION_SHORT: 3.5.0
2424
SCALA_BINARY_VERSION: "2.12"
25-
SCALA_VERSION: "2.12.17"
25+
SCALA_VERSION: "2.12.18"
2626
MESOS_VERSION: 1.0.0
2727
SPARK_ISSUE_TRACKER_URL: https://issues.apache.org/jira/browse/SPARK
2828
SPARK_GITHUB_URL: https://github.com/apache/spark

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
<!-- managed up from 3.2.1 for SPARK-11652 -->
169169
<commons.collections.version>3.2.2</commons.collections.version>
170170
<commons.collections4.version>4.4</commons.collections4.version>
171-
<scala.version>2.12.17</scala.version>
171+
<scala.version>2.12.18</scala.version>
172172
<scala.binary.version>2.12</scala.binary.version>
173173
<scalatest-maven-plugin.version>2.2.0</scalatest-maven-plugin.version>
174174
<!-- dont update scala-maven-plugin to version 4.8.1 SPARK-42809 and SPARK-43595 -->
@@ -3556,7 +3556,7 @@
35563556
SPARK-34774 Add this property to ensure change-scala-version.sh can replace the public `scala.version`
35573557
property correctly.
35583558
-->
3559-
<scala.version>2.12.17</scala.version>
3559+
<scala.version>2.12.18</scala.version>
35603560
</properties>
35613561
<build>
35623562
<pluginManagement>

0 commit comments

Comments
 (0)