|
138 | 138 | <httpclient.version>4.5.13</httpclient.version>
|
139 | 139 | <httpcore.version>4.4.15</httpcore.version>
|
140 | 140 | <hudi.version>0.11.1</hudi.version>
|
141 |
| - <iceberg.name>iceberg-spark-runtime-3.2_${scala.binary.version}</iceberg.name> |
142 |
| - <iceberg.version>0.13.2</iceberg.version> |
| 141 | + <iceberg.version>0.14.0</iceberg.version> |
143 | 142 | <jackson.version>2.13.3</jackson.version>
|
144 | 143 | <jakarta.servlet-api.version>4.0.4</jakarta.servlet-api.version>
|
145 | 144 | <jakarta.xml-bind.version>2.3.2</jakarta.xml-bind.version>
|
|
165 | 164 | <snakeyaml.version>1.30</snakeyaml.version>
|
166 | 165 | <!--
|
167 | 166 | DO NOT forget to change the following properties when change the minor version of Spark:
|
168 |
| - `delta.version`, `iceberg.name`, `maven.plugin.scalatest.exclude.tags` |
| 167 | + `delta.version`, `maven.plugin.scalatest.exclude.tags` |
169 | 168 | -->
|
170 | 169 | <spark.version>3.2.2</spark.version>
|
| 170 | + <spark.binary.version>3.2</spark.binary.version> |
171 | 171 | <spark.archive.name>spark-${spark.version}-bin-hadoop3.2.tgz</spark.archive.name>
|
172 | 172 | <spark.archive.mirror>${apache.archive.dist}/spark/spark-${spark.version}</spark.archive.mirror>
|
173 | 173 | <spark.archive.download.skip>false</spark.archive.download.skip>
|
|
1075 | 1075 |
|
1076 | 1076 | <dependency>
|
1077 | 1077 | <groupId>org.apache.iceberg</groupId>
|
1078 |
| - <artifactId>${iceberg.name}</artifactId> |
| 1078 | + <artifactId>iceberg-spark-runtime-${spark.binary.version}_${scala.binary.version}</artifactId> |
1079 | 1079 | <version>${iceberg.version}</version>
|
1080 | 1080 | </dependency>
|
1081 | 1081 |
|
|
2039 | 2039 | <id>spark-3.1</id>
|
2040 | 2040 | <properties>
|
2041 | 2041 | <spark.version>3.1.3</spark.version>
|
| 2042 | + <spark.binary.version>3.1</spark.binary.version> |
2042 | 2043 | <delta.version>1.0.1</delta.version>
|
2043 |
| - <iceberg.name>iceberg-spark-runtime-3.1_${scala.binary.version}</iceberg.name> |
2044 | 2044 | <maven.plugin.scalatest.exclude.tags>org.scalatest.tags.Slow</maven.plugin.scalatest.exclude.tags>
|
2045 | 2045 | </properties>
|
2046 | 2046 | <modules>
|
|
2054 | 2054 | <id>spark-3.2</id>
|
2055 | 2055 | <properties>
|
2056 | 2056 | <spark.version>3.2.2</spark.version>
|
| 2057 | + <spark.binary.version>3.2</spark.binary.version> |
2057 | 2058 | <delta.version>2.0.0rc1</delta.version>
|
2058 |
| - <iceberg.name>iceberg-spark-runtime-3.2_${scala.binary.version}</iceberg.name> |
2059 | 2059 | <!--
|
2060 | 2060 | See https://github.com/apache/incubator-kyuubi/pull/2576
|
2061 | 2061 | Hudi 0.11 requires hudi-spark3.2-bundle to execute UT
|
|
2073 | 2073 | <id>spark-3.3</id>
|
2074 | 2074 | <properties>
|
2075 | 2075 | <spark.version>3.3.0</spark.version>
|
| 2076 | + <spark.binary.version>3.3</spark.binary.version> |
2076 | 2077 | <spark.archive.name>spark-${spark.version}-bin-hadoop3.tgz</spark.archive.name>
|
2077 |
| - <maven.plugin.scalatest.exclude.tags>org.scalatest.tags.Slow,org.apache.kyuubi.tags.DeltaTest,org.apache.kyuubi.tags.IcebergTest,org.apache.kyuubi.tags.HudiTest</maven.plugin.scalatest.exclude.tags> |
| 2078 | + <maven.plugin.scalatest.exclude.tags>org.scalatest.tags.Slow,org.apache.kyuubi.tags.DeltaTest,org.apache.kyuubi.tags.HudiTest</maven.plugin.scalatest.exclude.tags> |
2078 | 2079 | </properties>
|
2079 | 2080 | <modules>
|
2080 | 2081 | <module>extensions/spark/kyuubi-extension-spark-common</module>
|
|
0 commit comments