This is an automated email from the ASF dual-hosted git repository.
yangjie01 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new 054cca128333 [SPARK-55656][BUILD] Upgrade Guava to 33.5.0-jre
054cca128333 is described below
commit 054cca128333d76a3f70bb75a76c3bab612dc01f
Author: yangjie01 <[email protected]>
AuthorDate: Wed Feb 25 14:29:30 2026 +0800
[SPARK-55656][BUILD] Upgrade Guava to 33.5.0-jre
### What changes were proposed in this pull request?
This pr aims to upgrade Guava from 33.4.8 to 33.5.0.
### Why are the changes needed?
The new version brings some Improvements, such as
- cache: [Improved the handling of exceptions from compute functions in
Cache.asMap().
](https://github.com/google/guava/commit/087f2c4a8012fb1256f80f6f776df0e8706af683)
- collect: [Improved Iterators.mergeSorted() to preserve stability for
equal
elements](https://github.com/google/guava/commit/4dc93be9a8f85ea7bc751fd6cc6f2b07ab327dea).
The full release notes as follows:
- https://github.com/google/guava/releases/tag/v33.5.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 #54447 from LuciferYang/SPARK-55656.
Lead-authored-by: yangjie01 <[email protected]>
Co-authored-by: YangJie <[email protected]>
Signed-off-by: yangjie01 <[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 bd79be555096..9a0fc1f363f1 100644
--- a/dev/deps/spark-deps-hadoop-3-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-3-hive-2.3
@@ -67,7 +67,7 @@ flatbuffers-java/25.2.10//flatbuffers-java-25.2.10.jar
gcs-connector/hadoop3-2.2.31/shaded/gcs-connector-hadoop3-2.2.31-shaded.jar
gmetric4j/1.0.10//gmetric4j-1.0.10.jar
gson/2.13.2//gson-2.13.2.jar
-guava/33.4.8-jre//guava-33.4.8-jre.jar
+guava/33.5.0-jre//guava-33.5.0-jre.jar
hadoop-aliyun/3.4.3//hadoop-aliyun-3.4.3.jar
hadoop-annotations/3.4.3//hadoop-annotations-3.4.3.jar
hadoop-aws/3.4.3//hadoop-aws-3.4.3.jar
diff --git a/pom.xml b/pom.xml
index b73e44079663..353381376144 100644
--- a/pom.xml
+++ b/pom.xml
@@ -197,7 +197,7 @@
<!-- org.apache.commons/commons-pool2/-->
<commons-pool2.version>2.13.1</commons-pool2.version>
<datanucleus-core.version>4.1.17</datanucleus-core.version>
- <guava.version>33.4.8-jre</guava.version>
+ <guava.version>33.5.0-jre</guava.version>
<guava.failureaccess.version>1.0.3</guava.failureaccess.version>
<gson.version>2.13.2</gson.version>
<janino.version>3.1.9</janino.version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]