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 793b3ba548 [spark] Bump Spark 3.5.6 (#5675)
793b3ba548 is described below
commit 793b3ba548944ce3accab67bcd405d8e9b3cb570
Author: cxzl25 <[email protected]>
AuthorDate: Fri May 30 13:06:29 2025 +0800
[spark] Bump Spark 3.5.6 (#5675)
---
paimon-spark/paimon-spark-3.5/pom.xml | 2 +-
pom.xml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/paimon-spark/paimon-spark-3.5/pom.xml
b/paimon-spark/paimon-spark-3.5/pom.xml
index e8c5c315ea..1a0cc14454 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.4</spark.version>
+ <spark.version>3.5.6</spark.version>
</properties>
<dependencies>
diff --git a/pom.xml b/pom.xml
index 17c59d64a9..28bb674e11 100644
--- a/pom.xml
+++ b/pom.xml
@@ -124,7 +124,7 @@ under the License.
<!-- spark profile properties-->
<paimon-sparkx-common>paimon-spark3-common</paimon-sparkx-common>
-
<paimon-spark-common.spark.version>3.5.4</paimon-spark-common.spark.version>
+
<paimon-spark-common.spark.version>3.5.6</paimon-spark-common.spark.version>
<test.spark.main.version>3.3</test.spark.main.version>
<test.spark.version>3.3.0</test.spark.version>
@@ -375,7 +375,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.4</paimon-spark-common.spark.version>
+
<paimon-spark-common.spark.version>3.5.6</paimon-spark-common.spark.version>
<paimon-sparkx-common>paimon-spark3-common</paimon-sparkx-common>
<!-- todo: support the latest spark in paimon e2e test2 -->
<test.spark.main.version>3.3</test.spark.main.version>