This is an automated email from the ASF dual-hosted git repository.
zouxxyy 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 02968193f4 [spark] Bump Spark 3.5.7 (#6337)
02968193f4 is described below
commit 02968193f4fb986a9049ceda42902c750189335c
Author: cxzl25 <[email protected]>
AuthorDate: Tue Oct 14 16:52:50 2025 +0800
[spark] Bump Spark 3.5.7 (#6337)
---
docs/content/ecosystem/overview.md | 2 +-
paimon-spark/paimon-spark-3.5/pom.xml | 2 +-
pom.xml | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/content/ecosystem/overview.md
b/docs/content/ecosystem/overview.md
index 0945e9ab11..e5ea17996a 100644
--- a/docs/content/ecosystem/overview.md
+++ b/docs/content/ecosystem/overview.md
@@ -58,7 +58,7 @@ implemented, but you must accept the mechanism of mini-batch.
Spark Batch is the most widely used batch computing engine.
-Recommended version is Spark 3.5.6.
+Recommended version is Spark 3.5.7.
### Flink Batch
diff --git a/paimon-spark/paimon-spark-3.5/pom.xml
b/paimon-spark/paimon-spark-3.5/pom.xml
index a8986a0579..b71efe7d07 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: ${scala.binary.version}</name>
<properties>
- <spark.version>3.5.6</spark.version>
+ <spark.version>3.5.7</spark.version>
</properties>
<dependencies>
diff --git a/pom.xml b/pom.xml
index 4f11e9ab7a..7bdd925ddf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -127,7 +127,7 @@ under the License.
<!-- spark profile properties-->
<paimon-sparkx-common>paimon-spark3-common_${scala.binary.version}</paimon-sparkx-common>
-
<paimon-spark-common.spark.version>3.5.6</paimon-spark-common.spark.version>
+
<paimon-spark-common.spark.version>3.5.7</paimon-spark-common.spark.version>
<test.spark.main.version>3.3</test.spark.main.version>
<test.spark.version>3.3.0</test.spark.version>
@@ -401,7 +401,7 @@ under the License.
<properties>
<scala.binary.version>2.12</scala.binary.version>
<scala.version>${scala212.version}</scala.version>
-
<paimon-spark-common.spark.version>3.5.6</paimon-spark-common.spark.version>
+
<paimon-spark-common.spark.version>3.5.7</paimon-spark-common.spark.version>
<paimon-sparkx-common>paimon-spark3-common_${scala.binary.version}</paimon-sparkx-common>
<!-- todo: support the latest spark in paimon e2e test2 -->
<test.spark.main.version>3.3</test.spark.main.version>