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 a23ac58d22 [spark] Bump Spark 4.0.3 (#8247)
a23ac58d22 is described below
commit a23ac58d228843088326884c01aeec61b9ea3ff4
Author: cxzl25 <[email protected]>
AuthorDate: Tue Jun 16 13:09:43 2026 +0800
[spark] Bump Spark 4.0.3 (#8247)
---
paimon-spark/paimon-spark-4.0/pom.xml | 6 +++---
1 file 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 b32ac272d3..761c18e518 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.2</spark.version>
+ <spark.version>4.0.3</spark.version>
<!-- Spark 4.x uses SLF4J 2.x (`org.slf4j.spi.LoggingEventBuilder` is
2.x-only). Override
the Paimon parent pom's default `slf4j.version=1.7.32` so the
classpath is uniformly
2.x; otherwise `log4j-slf4j2-impl` + `slf4j-api:1.7.32` mix
produces
@@ -64,7 +64,7 @@ under the License.
`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
- `spark-sql-api` to `${spark.version}` (4.0.2) so the test classpath
is uniformly 4.0.
+ `spark-sql-api` to `${spark.version}` (4.0.3) so the test classpath
is uniformly 4.0.
-->
<dependency>
<groupId>org.apache.spark</groupId>
@@ -86,7 +86,7 @@ under the License.
<version>${spark.version}</version>
<exclusions>
<!--
- Spark 4.0.2 ships a tiny `spark-connect-shims` jar
containing a stub
+ Spark 4.0.3 ships a tiny `spark-connect-shims` jar
containing a stub
`org.apache.spark.SparkConf` with only `getAll()` and a
no-arg constructor
(no `set` etc.). scalac resolves that stub in preference to
spark-core's
real `SparkConf` and fails compile with `value set is not a
member of