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

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


The following commit(s) were added to refs/heads/master by this push:
     new aa3bfb12b [spark] Bump Spark 3.5.2 (#3946)
aa3bfb12b is described below

commit aa3bfb12b56b6b3e23f12eb5420767816e68d3b2
Author: Xiduo You <[email protected]>
AuthorDate: Tue Aug 13 10:20:50 2024 +0800

    [spark] Bump Spark 3.5.2 (#3946)
---
 paimon-spark/paimon-spark-3.5/pom.xml    | 2 +-
 paimon-spark/paimon-spark-common/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/paimon-spark/paimon-spark-3.5/pom.xml 
b/paimon-spark/paimon-spark-3.5/pom.xml
index 1794dfd93..2e23313f8 100644
--- a/paimon-spark/paimon-spark-3.5/pom.xml
+++ b/paimon-spark/paimon-spark-3.5/pom.xml
@@ -32,7 +32,7 @@ under the License.
     <name>Paimon : Spark : 3.5</name>
 
     <properties>
-        <spark.version>3.5.1</spark.version>
+        <spark.version>3.5.2</spark.version>
     </properties>
 
     <dependencies>
diff --git a/paimon-spark/paimon-spark-common/pom.xml 
b/paimon-spark/paimon-spark-common/pom.xml
index 17e4baa3c..1092acd09 100644
--- a/paimon-spark/paimon-spark-common/pom.xml
+++ b/paimon-spark/paimon-spark-common/pom.xml
@@ -34,7 +34,7 @@ under the License.
     <name>Paimon : Spark : Common</name>
 
     <properties>
-        <spark.version>3.5.0</spark.version>
+        <spark.version>3.5.2</spark.version>
     </properties>
 
     <dependencies>

Reply via email to