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

dongjoon 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 2dba72100e03 [SPARK-47426][BUILD] Upgrade Guava used by the connect 
module to `33.1.0-jre`
2dba72100e03 is described below

commit 2dba72100e0326f1889ff0be2dc576b1e712ad15
Author: panbingkun <panbing...@baidu.com>
AuthorDate: Sun Mar 17 13:52:14 2024 -0700

    [SPARK-47426][BUILD] Upgrade Guava used by the connect module to 
`33.1.0-jre`
    
    ### What changes were proposed in this pull request?
    The pr aims to upgrade Guava used by the `connect` module to `33.1.0-jre`.
    
    ### Why are the changes needed?
    - The new version bring some bug fixes and optimizations as follows:
    cache: Fixed a bug that could cause 
https://github.com/google/guava/pull/6851#issuecomment-1931276822.
    hash: Optimized Checksum-based hash functions for Java 9+.
    
    - The full release notes:
    https://github.com/google/guava/releases/tag/v33.1.0
    
    ### Does this PR introduce _any_ user-facing change?
    No.
    
    ### How was this patch tested?
    Pass GA.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    No.
    
    Closes #45540 from panbingkun/SPARK-47426.
    
    Authored-by: panbingkun <panbing...@baidu.com>
    Signed-off-by: Dongjoon Hyun <dh...@apple.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d67ab1c01273..757d911c1229 100644
--- a/pom.xml
+++ b/pom.xml
@@ -288,7 +288,7 @@
     
<spark.test.docker.removePulledImage>true</spark.test.docker.removePulledImage>
 
     <!-- Version used in Connect -->
-    <connect.guava.version>33.0.0-jre</connect.guava.version>
+    <connect.guava.version>33.1.0-jre</connect.guava.version>
     <guava.failureaccess.version>1.0.2</guava.failureaccess.version>
     <io.grpc.version>1.62.2</io.grpc.version>
     <mima.version>1.1.3</mima.version>


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

Reply via email to