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

yihua pushed a commit to branch branch-0.x
in repository https://gitbox.apache.org/repos/asf/hudi.git


The following commit(s) were added to refs/heads/branch-0.x by this push:
     new 2b4e6588079 [HUDI-7463] Bump Spark 3.5 version to Spark 3.5.1 (#10788)
2b4e6588079 is described below

commit 2b4e658807933bde0a31f5fe565bd80f11d13f31
Author: Shawn Chang <42792772+c...@users.noreply.github.com>
AuthorDate: Tue Mar 5 21:11:40 2024 -0800

    [HUDI-7463] Bump Spark 3.5 version to Spark 3.5.1 (#10788)
    
    Co-authored-by: Shawn Chang <yxch...@amazon.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 903d3a58714..9b76ec7e95d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -166,7 +166,7 @@
     <spark32.version>3.2.3</spark32.version>
     <spark33.version>3.3.1</spark33.version>
     <spark34.version>3.4.1</spark34.version>
-    <spark35.version>3.5.0</spark35.version>
+    <spark35.version>3.5.1</spark35.version>
     <hudi.spark.module>hudi-spark3.2.x</hudi.spark.module>
     <!-- NOTE: Different Spark versions might require different number of 
shared
                modules being incorporated, hence we're creating multiple 
placeholders

Reply via email to