This is an automated email from the ASF dual-hosted git repository.

yao 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 a09b726f880c [SPARK-46768][BUILD] Upgrade Guava used by the connect 
module to 33.0-jre
a09b726f880c is described below

commit a09b726f880c8369976a9c78f1dffce1969358ca
Author: yangjie01 <yangji...@baidu.com>
AuthorDate: Fri Jan 19 17:20:25 2024 +0800

    [SPARK-46768][BUILD] Upgrade Guava used by the connect module to 33.0-jre
    
    ### What changes were proposed in this pull request?
    This pr aims to upgrade Guava used by the `connect` module from 32.0.1-jre 
to 33.0-jre, at the same time, upgrade ·failureaccess·, which is used in 
conjunction with Guava, from version 1.01 to 1.02.
    
    ### Why are the changes needed?
    The new version bring some changes as follows:
    - net: Optimized InternetDomainName construction. 
(https://github.com/google/guava/commit/3a1d18fbefa10218988a0fbbb6e1fada012397bf,
 
https://github.com/google/guava/commit/eaa62eb09548a6f1b7a757e21d8852724b631cab)
    - util.concurrent: Changed our implementations to avoid eagerly 
initializing loggers during class loading. This can help performance. 
(https://github.com/google/guava/commit/4fe1df56bd74e9eec8847bdb15c5be51f528e8c8)
    
    The full release notes as follows:
    - https://github.com/google/guava/releases/tag/v32.1.2
    - https://github.com/google/guava/releases/tag/v32.1.3
    - https://github.com/google/guava/releases/tag/v33.0.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 #44795 from LuciferYang/upgrade-connect-guava.
    
    Authored-by: yangjie01 <yangji...@baidu.com>
    Signed-off-by: Kent Yao <y...@apache.org>
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3eb8b0917bf5..e290273543c6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -291,8 +291,8 @@
     
<spark.test.docker.removePulledImage>true</spark.test.docker.removePulledImage>
 
     <!-- Version used in Connect -->
-    <connect.guava.version>32.0.1-jre</connect.guava.version>
-    <guava.failureaccess.version>1.0.1</guava.failureaccess.version>
+    <connect.guava.version>33.0.0-jre</connect.guava.version>
+    <guava.failureaccess.version>1.0.2</guava.failureaccess.version>
     <io.grpc.version>1.59.0</io.grpc.version>
     <mima.version>1.1.3</mima.version>
     <tomcat.annotations.api.version>6.0.53</tomcat.annotations.api.version>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to