diff --git a/kyuubi-common/src/test/scala/org/apache/kyuubi/IcebergSuiteMixin.scala b/kyuubi-common/src/test/scala/org/apache/kyuubi/IcebergSuiteMixin.scala
index a90f834efa5..b3879c74caf 100644
--- a/kyuubi-common/src/test/scala/org/apache/kyuubi/IcebergSuiteMixin.scala
+++ b/kyuubi-common/src/test/scala/org/apache/kyuubi/IcebergSuiteMixin.scala
@@ -42,5 +42,7 @@ trait IcebergSuiteMixin extends DataLakeSuiteMixin {
s"spark.sql.catalog.$catalog" -> "org.apache.iceberg.spark.SparkCatalog",
s"spark.sql.catalog.$catalog.type" -> "hadoop",
s"spark.sql.catalog.$catalog.warehouse" -> warehouse.toString,
+ // https://github.com/apache/iceberg/pull/4024
+ s"spark.sql.catalog.$catalog.default-namespace" -> "default",
"spark.jars" -> extraJars)
}
diff --git a/pom.xml b/pom.xml
index d654dd94ef2..8b677fac8c8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -113,7 +113,7 @@
2.3.9
0.10.0
iceberg-spark3-runtime
- 0.12.1
+ 0.13.0
2.12.5
4.0.4
2.2.11
@@ -1788,6 +1788,7 @@
3.1.2
1.0.0
+ iceberg-spark-runtime-3.1_${scala.binary.version}
org.apache.kyuubi.tags.ExtendedSQLTest
@@ -1801,7 +1802,8 @@
3.2.0
1.1.0
- org.apache.kyuubi.tags.ExtendedSQLTest,org.apache.kyuubi.tags.IcebergTest,org.apache.kyuubi.tags.HudiTest
+ iceberg-spark-runtime-3.2_${scala.binary.version}
+ org.apache.kyuubi.tags.ExtendedSQLTest,org.apache.kyuubi.tags.HudiTest
dev/kyuubi-extension-spark-common