This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/branch-4.0 by this push:
new 9ee4dba2bb8f [SPARK-50871][BUILD] Upgrade `scala-parallel-collections`
to 1.2.0
9ee4dba2bb8f is described below
commit 9ee4dba2bb8f240a4ef5566d1ba1e888f00972dd
Author: yangjie01 <[email protected]>
AuthorDate: Fri Jan 17 11:31:03 2025 -0800
[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:
- https://github.com/scala/scala-parallel-collections/pull/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 4e47023eaa0120538eb7e514d22b8ea18caace95)
Signed-off-by: Dongjoon Hyun <[email protected]>
---
dev/deps/spark-deps-hadoop-3-hive-2.3 | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev/deps/spark-deps-hadoop-3-hive-2.3
b/dev/deps/spark-deps-hadoop-3-hive-2.3
index 6b677b6f9aaa..0acfade73e85 100644
--- a/dev/deps/spark-deps-hadoop-3-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-3-hive-2.3
@@ -254,7 +254,7 @@ rocksdbjni/9.7.3//rocksdbjni-9.7.3.jar
scala-collection-compat_2.13/2.7.0//scala-collection-compat_2.13-2.7.0.jar
scala-compiler/2.13.15//scala-compiler-2.13.15.jar
scala-library/2.13.15//scala-library-2.13.15.jar
-scala-parallel-collections_2.13/1.0.4//scala-parallel-collections_2.13-1.0.4.jar
+scala-parallel-collections_2.13/1.2.0//scala-parallel-collections_2.13-1.2.0.jar
scala-parser-combinators_2.13/2.4.0//scala-parser-combinators_2.13-2.4.0.jar
scala-reflect/2.13.15//scala-reflect-2.13.15.jar
scala-xml_2.13/2.3.0//scala-xml_2.13-2.3.0.jar
diff --git a/pom.xml b/pom.xml
index 5ad5e6bf227d..eb7cb787a35d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -463,7 +463,7 @@
<dependency>
<groupId>org.scala-lang.modules</groupId>
<artifactId>scala-parallel-collections_${scala.binary.version}</artifactId>
- <version>1.0.4</version>
+ <version>1.2.0</version>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]