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

mingliang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git


The following commit(s) were added to refs/heads/main by this push:
     new e425de4b76 [CORE] Keep default versions of Iceberg and Delta 
compatible with Spark default version (#11303)
e425de4b76 is described below

commit e425de4b768b484778523b44c45fd96566583d90
Author: Mingliang Zhu <[email protected]>
AuthorDate: Wed Dec 17 16:03:47 2025 +0800

    [CORE] Keep default versions of Iceberg and Delta compatible with Spark 
default version (#11303)
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index fc9617a016..89d98a036b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,11 +72,11 @@
     <spark.plain.version>35</spark.plain.version>
     <spark.version>3.5.5</spark.version>
     
<sparkshim.artifactId>spark-sql-columnar-shims-spark35</sparkshim.artifactId>
-    <iceberg.version>1.5.0</iceberg.version>
+    <iceberg.version>1.10.0</iceberg.version>
     <paimon.version>1.2.0</paimon.version>
-    <delta.package.name>delta-core</delta.package.name>
-    <delta.version>2.4.0</delta.version>
-    <delta.binary.version>24</delta.binary.version>
+    <delta.package.name>delta-spark</delta.package.name>
+    <delta.version>3.3.2</delta.version>
+    <delta.binary.version>33</delta.binary.version>
     <celeborn.version>0.6.1</celeborn.version>
     <uniffle.version>0.10.0</uniffle.version>
     <arrow.version>15.0.0</arrow.version>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to