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

jinsongzhou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/amoro.git


The following commit(s) were added to refs/heads/master by this push:
     new 1d94c8187 [Hotfix] Bump up spark32 version to 3.2.4 (#2881)
1d94c8187 is described below

commit 1d94c818790b58f92aa55a3d5fd2c348031cf677
Author: ZhouJinsong <[email protected]>
AuthorDate: Thu May 30 17:50:44 2024 +0800

    [Hotfix] Bump up spark32 version to 3.2.4 (#2881)
    
    Bump up spark32 version to 3.2.4
---
 amoro-ams/amoro-ams-optimizer/amoro-optimizer-spark/pom.xml             | 2 +-
 .../amoro-mixed-format-spark/amoro-mixed-format-spark-3-common/pom.xml  | 2 +-
 .../amoro-mixed-format-spark/v3.2/amoro-mixed-format-spark-3.2/pom.xml  | 2 +-
 pom.xml                                                                 | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/amoro-ams/amoro-ams-optimizer/amoro-optimizer-spark/pom.xml 
b/amoro-ams/amoro-ams-optimizer/amoro-optimizer-spark/pom.xml
index 8ad91d0e6..ebb3a4622 100644
--- a/amoro-ams/amoro-ams-optimizer/amoro-optimizer-spark/pom.xml
+++ b/amoro-ams/amoro-ams-optimizer/amoro-optimizer-spark/pom.xml
@@ -178,7 +178,7 @@
                 </property>
             </activation>
             <properties>
-                
<spark-optimizer.spark-version>3.2.2</spark-optimizer.spark-version>
+                
<spark-optimizer.spark-version>3.2.4</spark-optimizer.spark-version>
                 
<spark-optimizer.scala-version>2.12</spark-optimizer.scala-version>
             </properties>
         </profile>
diff --git 
a/amoro-mixed-format/amoro-mixed-format-spark/amoro-mixed-format-spark-3-common/pom.xml
 
b/amoro-mixed-format/amoro-mixed-format-spark/amoro-mixed-format-spark-3-common/pom.xml
index 213acfcd1..f2c91aa70 100644
--- 
a/amoro-mixed-format/amoro-mixed-format-spark/amoro-mixed-format-spark-3-common/pom.xml
+++ 
b/amoro-mixed-format/amoro-mixed-format-spark/amoro-mixed-format-spark-3-common/pom.xml
@@ -33,7 +33,7 @@
     <url>https://amoro.apache.org</url>
 
     <properties>
-        <spark.version>3.2.2</spark.version>
+        <spark.version>3.2.4</spark.version>
         <scala.version>2.12.15</scala.version>
     </properties>
     <dependencies>
diff --git 
a/amoro-mixed-format/amoro-mixed-format-spark/v3.2/amoro-mixed-format-spark-3.2/pom.xml
 
b/amoro-mixed-format/amoro-mixed-format-spark/v3.2/amoro-mixed-format-spark-3.2/pom.xml
index 2d4331602..57b0ac302 100644
--- 
a/amoro-mixed-format/amoro-mixed-format-spark/v3.2/amoro-mixed-format-spark-3.2/pom.xml
+++ 
b/amoro-mixed-format/amoro-mixed-format-spark/v3.2/amoro-mixed-format-spark-3.2/pom.xml
@@ -35,7 +35,7 @@
 
     <properties>
         <hive.version>2.3.9</hive.version>
-        <spark.version>3.2.2</spark.version>
+        <spark.version>3.2.4</spark.version>
         <scala.version>2.12.15</scala.version>
     </properties>
 
diff --git a/pom.xml b/pom.xml
index 2f3bbb60a..beb8b79fa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1107,7 +1107,7 @@
                 <guava.version>14.0.1</guava.version>
                 <hive.version>2.3.9</hive.version>
                 <hadoop.version>2.10.2</hadoop.version>
-                <terminal.spark.version>3.2.2</terminal.spark.version>
+                <terminal.spark.version>3.2.4</terminal.spark.version>
                 
<terminal.spark.major.version>3.2</terminal.spark.major.version>
             </properties>
         </profile>

Reply via email to