Skip to content

Commit 9ee4dba

Browse files
LuciferYangdongjoon-hyun
authored andcommitted
[SPARK-50871][BUILD] Upgrade scala-parallel-collections to 1.2.0
### What changes were proposed in this pull request? This pr aims to upgrade `scala-parallel-collections` from 1.0.4 to 1.2.0 ### Why are the changes needed? The new version includes a bug fix for exception merging: - scala/scala-parallel-collections#205 The full release notes as follows: - https://github.com/scala/scala-parallel-collections/releases/tag/v1.1.0 - https://github.com/scala/scala-parallel-collections/releases/tag/v1.2.0 ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Pass GitHub Actions ### Was this patch authored or co-authored using generative AI tooling? No Closes #49548 from LuciferYang/SPARK-50871. Authored-by: yangjie01 <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]> (cherry picked from commit 4e47023) Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent a5e3f46 commit 9ee4dba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ rocksdbjni/9.7.3//rocksdbjni-9.7.3.jar
254254
scala-collection-compat_2.13/2.7.0//scala-collection-compat_2.13-2.7.0.jar
255255
scala-compiler/2.13.15//scala-compiler-2.13.15.jar
256256
scala-library/2.13.15//scala-library-2.13.15.jar
257-
scala-parallel-collections_2.13/1.0.4//scala-parallel-collections_2.13-1.0.4.jar
257+
scala-parallel-collections_2.13/1.2.0//scala-parallel-collections_2.13-1.2.0.jar
258258
scala-parser-combinators_2.13/2.4.0//scala-parser-combinators_2.13-2.4.0.jar
259259
scala-reflect/2.13.15//scala-reflect-2.13.15.jar
260260
scala-xml_2.13/2.3.0//scala-xml_2.13-2.3.0.jar

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@
463463
<dependency>
464464
<groupId>org.scala-lang.modules</groupId>
465465
<artifactId>scala-parallel-collections_${scala.binary.version}</artifactId>
466-
<version>1.0.4</version>
466+
<version>1.2.0</version>
467467
</dependency>
468468
<dependency>
469469
<groupId>com.twitter</groupId>

0 commit comments

Comments
 (0)