This is an automated email from the ASF dual-hosted git repository.
philo 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 027d300aba [CORE] Fix iceberg version to 1.10.0 for Spark 4.0 (#10809)
027d300aba is described below
commit 027d300abaef1bea92e2cfd10f677237be8809fe
Author: PHILO-HE <[email protected]>
AuthorDate: Fri Sep 26 17:41:09 2025 +0800
[CORE] Fix iceberg version to 1.10.0 for Spark 4.0 (#10809)
---
pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 1e5f9bb2b8..63f3d9d16c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1161,10 +1161,11 @@
<sparkbundle.version>4.0</sparkbundle.version>
<sparkshim.artifactId>spark-sql-columnar-shims-spark40</sparkshim.artifactId>
<spark.version>4.0.1</spark.version>
- <iceberg.version>1.5.0</iceberg.version>
+ <iceberg.version>1.10.0</iceberg.version>
<delta.package.name>delta-spark</delta.package.name>
<delta.version>3.3.1</delta.version>
<delta.binary.version>33</delta.binary.version>
+ <!-- TODO: This hudi version is invalid for Spark 4.0. -->
<hudi.version>0.15.0</hudi.version>
<fasterxml.version>2.15.1</fasterxml.version>
<hadoop.version>3.3.4</hadoop.version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]