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

JingsongLi 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 7eec697544 [spark] Bump Spark 4.1.2  (#7949)
7eec697544 is described below

commit 7eec697544b5da23f4936242711fdea359b1da10
Author: cxzl25 <[email protected]>
AuthorDate: Mon May 25 12:08:01 2026 +0800

    [spark] Bump Spark 4.1.2  (#7949)
---
 paimon-spark/paimon-spark-4.0/pom.xml | 2 +-
 paimon-spark/paimon-spark-4.1/pom.xml | 2 +-
 pom.xml                               | 6 +++---
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/paimon-spark/paimon-spark-4.0/pom.xml 
b/paimon-spark/paimon-spark-4.0/pom.xml
index ff62f356cd..b32ac272d3 100644
--- a/paimon-spark/paimon-spark-4.0/pom.xml
+++ b/paimon-spark/paimon-spark-4.0/pom.xml
@@ -60,7 +60,7 @@ under the License.
 
         <!--
           `paimon-spark4-common` transitively pulls in `spark-sql-api` at the 
version set by
-          `paimon-spark-common.spark.version` (4.1.1 under the `spark4` 
profile). Spark 4.1's
+          `paimon-spark-common.spark.version` (4.1.2 under the `spark4` 
profile). Spark 4.1's
           `SqlApiConf` added abstract `manageParserCaches()`, which Spark 
4.0's concrete
           anonymous subclasses (e.g. `WithTestConf$$anon$4`) don't implement. 
Mixing those
           jars produces `AbstractMethodError` at parser configuration time. Pin
diff --git a/paimon-spark/paimon-spark-4.1/pom.xml 
b/paimon-spark/paimon-spark-4.1/pom.xml
index 6fa374068f..210ade9a8a 100644
--- a/paimon-spark/paimon-spark-4.1/pom.xml
+++ b/paimon-spark/paimon-spark-4.1/pom.xml
@@ -32,7 +32,7 @@ under the License.
     <name>Paimon : Spark : 4.1 : 2.13</name>
 
     <properties>
-        <spark.version>4.1.1</spark.version>
+        <spark.version>4.1.2</spark.version>
     </properties>
 
     <dependencies>
diff --git a/pom.xml b/pom.xml
index c33e22abaa..5a336fb76c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -433,14 +433,14 @@ under the License.
                 <target.java.version>17</target.java.version>
                 <antlr4.version>4.13.1</antlr4.version>
                 <scala.binary.version>2.13</scala.binary.version>
-                <!-- Spark 4.1.1 is built against Scala 2.13.17; force the 
same stdlib here so that
+                <!-- Spark 4.1.2 is built against Scala 2.13.17; force the 
same stdlib here so that
                      `MurmurHash3.caseClassHash$default$2` and related APIs 
resolve at runtime. -->
                 <scala.version>2.13.17</scala.version>
-                
<paimon-spark-common.spark.version>4.1.1</paimon-spark-common.spark.version>
+                
<paimon-spark-common.spark.version>4.1.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.1</test.spark.main.version>
-                <test.spark.version>4.1.1</test.spark.version>
+                <test.spark.version>4.1.2</test.spark.version>
             </properties>
             <activation>
                 <property>

Reply via email to