Skip to content

Commit 1774c3f

Browse files
committed
[KYUUBI #1876][FOLLOWUP] Update iceberg.name
### _Why are the changes needed?_ We should also update `iceberg.name` when change the minor version of Spark ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [ ] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request Closes #1942 from pan3793/spark-3.2. Closes #1876 f178ceb [Cheng Pan] fix b0e7990 [Cheng Pan] nit a3f7e6f [Cheng Pan] [KYUUBI #1876] [FOLLOWUP] Update iceberg.name Authored-by: Cheng Pan <chengpan@apache.org> Signed-off-by: Cheng Pan <chengpan@apache.org>
1 parent b2a8a5a commit 1774c3f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pom.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
<hadoop.binary.version>3.2</hadoop.binary.version>
114114
<hive.version>2.3.9</hive.version>
115115
<hudi.version>0.10.0</hudi.version>
116-
<iceberg.name>iceberg-spark3-runtime</iceberg.name>
116+
<iceberg.name>iceberg-spark-runtime-3.2_${scala.binary.version}</iceberg.name>
117117
<iceberg.version>0.13.1</iceberg.version>
118118
<jackson.version>2.13.1</jackson.version>
119119
<jakarta.servlet-api.version>4.0.4</jakarta.servlet-api.version>
@@ -133,7 +133,10 @@
133133
<scopt.version>4.0.1</scopt.version>
134134
<slf4j.version>1.7.35</slf4j.version>
135135
<log4j.version>2.17.1</log4j.version>
136-
<!-- If you change the minor version of Spark, don't forget to change the default 'delta.version' -->
136+
<!--
137+
DO NOT forget to change the following properties when change the minor version of Spark:
138+
`delta.version`, `iceberg.name`
139+
-->
137140
<spark.version>3.2.1</spark.version>
138141
<spark.archive.name>spark-${spark.version}-bin-hadoop${hadoop.binary.version}.tgz</spark.archive.name>
139142
<spark.archive.mirror>https://archive.apache.org/dist/spark/spark-${spark.version}</spark.archive.mirror>
@@ -1844,6 +1847,7 @@
18441847
<properties>
18451848
<spark.version>3.0.3</spark.version>
18461849
<delta.version>0.8.0</delta.version>
1850+
<iceberg.name>iceberg-spark3-runtime</iceberg.name>
18471851
<!-- Hudi 0.10.0 still support Spark 3.0, but need build by user with specific profile -->
18481852
<maven.plugin.scalatest.exclude.tags>org.apache.kyuubi.tags.ExtendedSQLTest,org.apache.kyuubi.tags.HudiTest</maven.plugin.scalatest.exclude.tags>
18491853
</properties>

0 commit comments

Comments
 (0)