[KYUUBI #6659] Bump Iceberg to 1.6.1
# 🔍 Description ## Issue References 🔗 Apache Iceberg 1.6.1 release https://github.com/apache/iceberg/releases/tag/apache-iceberg-1.6.1 ## Describe Your Solution 🔧 In the project POM file, I have updated the Apache Iceberg version from 1.6.0 to 1.6.1 ## Types of changes 🔖 - [ ] Bugfix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) ## Test Plan 🧪 #### Behavior Without This Pull Request ⚰️ #### Behavior With This Pull Request 🎉 #### Related Unit Tests --- # Checklist 📝 - [x] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html) **Be nice. Be informative.** Closes #6659 from pionCham/upgrate-iceberg-version. Closes #6659 923019440 [chengpeiming] Update the docs for Spark connector 433981e66 [chengpeiming] Supplement other configurations 1617e36fe [chengpeiming] Upgrate iceberg.version in pom.xml Authored-by: chengpeiming <chengpeiming@gf.com.cn> Signed-off-by: liangbowen <liangbowen@gf.com.cn>
This commit is contained in:
parent
be8ae75c88
commit
9533c5a3da
@ -18,7 +18,7 @@
|
||||
AWS_JAVA_SDK_VERSION=1.12.367
|
||||
HADOOP_VERSION=3.3.6
|
||||
HIVE_VERSION=2.3.9
|
||||
ICEBERG_VERSION=1.6.0
|
||||
ICEBERG_VERSION=1.6.1
|
||||
KYUUBI_VERSION=1.9.0
|
||||
KYUUBI_HADOOP_VERSION=3.3.6
|
||||
POSTGRES_VERSION=12
|
||||
|
||||
@ -45,7 +45,7 @@ The **classpath** of kyuubi flink sql engine with Iceberg supported consists of
|
||||
|
||||
1. kyuubi-flink-sql-engine-\ |release|\ _2.12.jar, the engine jar deployed with a Kyuubi distribution
|
||||
2. a copy of flink distribution
|
||||
3. iceberg-flink-runtime-<flink.version>-<iceberg.version>.jar (example: iceberg-flink-runtime-1.18-1.6.0.jar), which can be found in the `Maven Central`_
|
||||
3. iceberg-flink-runtime-<flink.version>-<iceberg.version>.jar (example: iceberg-flink-runtime-1.18-1.6.1.jar), which can be found in the `Maven Central`_
|
||||
|
||||
In order to make the Iceberg packages visible for the runtime classpath of engines, we can use one of these methods:
|
||||
|
||||
|
||||
@ -47,7 +47,7 @@ The **classpath** of Kyuubi Spark SQL engine with Iceberg supported consists of
|
||||
|
||||
1. kyuubi-spark-sql-engine-\ |release|\ _2.12.jar, the engine jar deployed with a Kyuubi distribution
|
||||
2. a copy of Spark distribution
|
||||
3. iceberg-spark-runtime-<spark.version>_<scala.version>-<iceberg.version>.jar (example: iceberg-spark-runtime-3.5_2.12-1.6.0.jar), which can be found in the `Maven Central`_
|
||||
3. iceberg-spark-runtime-<spark.version>_<scala.version>-<iceberg.version>.jar (example: iceberg-spark-runtime-3.5_2.12-1.6.1.jar), which can be found in the `Maven Central`_
|
||||
|
||||
In order to make the Iceberg packages visible for the runtime classpath of engines, we can use one of these methods:
|
||||
|
||||
|
||||
2
pom.xml
2
pom.xml
@ -159,7 +159,7 @@
|
||||
<httpcore.version>4.4.16</httpcore.version>
|
||||
<hudi.version>0.15.0</hudi.version>
|
||||
<hudi.artifact>hudi-spark${spark.binary.version}-bundle_${scala.binary.version}</hudi.artifact>
|
||||
<iceberg.version>1.6.0</iceberg.version>
|
||||
<iceberg.version>1.6.1</iceberg.version>
|
||||
<iceberg.artifact>iceberg-spark-runtime-${spark.binary.version}_${scala.binary.version}</iceberg.artifact>
|
||||
<jackson.version>2.15.4</jackson.version>
|
||||
<javax.servlet-api.version>4.0.1</javax.servlet-api.version>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user