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 135360dc78 [spark] Bump Spark 4.0.2 (#7225)
135360dc78 is described below
commit 135360dc781e16d53f9a6b603fb4d5aae967cc85
Author: cxzl25 <[email protected]>
AuthorDate: Mon Feb 9 15:24:10 2026 +0800
[spark] Bump Spark 4.0.2 (#7225)
---
paimon-spark/paimon-spark-4.0/pom.xml | 2 +-
pom.xml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/paimon-spark/paimon-spark-4.0/pom.xml
b/paimon-spark/paimon-spark-4.0/pom.xml
index 1e72e1e256..4040373aab 100644
--- a/paimon-spark/paimon-spark-4.0/pom.xml
+++ b/paimon-spark/paimon-spark-4.0/pom.xml
@@ -32,7 +32,7 @@ under the License.
<name>Paimon : Spark : 4.0 : 2.13</name>
<properties>
- <spark.version>4.0.1</spark.version>
+ <spark.version>4.0.2</spark.version>
</properties>
<dependencies>
diff --git a/pom.xml b/pom.xml
index 52bbfac148..879f4bcbc0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -432,11 +432,11 @@ under the License.
<antlr4.version>4.13.1</antlr4.version>
<scala.binary.version>2.13</scala.binary.version>
<scala.version>${scala213.version}</scala.version>
-
<paimon-spark-common.spark.version>4.0.1</paimon-spark-common.spark.version>
+
<paimon-spark-common.spark.version>4.0.2</paimon-spark-common.spark.version>
<paimon-sparkx-common>paimon-spark4-common_2.13</paimon-sparkx-common>
<arrow.version>18.1.0</arrow.version>
<test.spark.main.version>4.0</test.spark.main.version>
- <test.spark.version>4.0.1</test.spark.version>
+ <test.spark.version>4.0.2</test.spark.version>
</properties>
<activation>
<property>