This is an automated email from the ASF dual-hosted git repository.
chengpan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-kyuubi.git
The following commit(s) were added to refs/heads/master by this push:
new 79512a183 [KYUUBI #3669] Bump iceberg from 0.14.1 to 1.0.0
79512a183 is described below
commit 79512a183532b2f2d27cb187d78a6350be35372a
Author: Cheng Pan <[email protected]>
AuthorDate: Fri Oct 21 10:06:27 2022 +0800
[KYUUBI #3669] Bump iceberg from 0.14.1 to 1.0.0
### _Why are the changes needed?_
https://iceberg.apache.org/releases/#100-release
### _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
- [x] [Run
test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests)
locally before make a pull request
Closes #3669 from pan3793/iceberg.
Closes #3669
eb3068c2 [Cheng Pan] scala-collection-compat
23d93616 [Cheng Pan] Bump iceberg from 0.14.1 to 1.0.0
Authored-by: Cheng Pan <[email protected]>
Signed-off-by: Cheng Pan <[email protected]>
---
extensions/spark/kyuubi-spark-authz/pom.xml | 5 +++++
pom.xml | 9 ++++++++-
2 files changed, 13 insertions(+), 1 deletion(-)
diff --git a/extensions/spark/kyuubi-spark-authz/pom.xml
b/extensions/spark/kyuubi-spark-authz/pom.xml
index 45513a83b..47cbefb5e 100644
--- a/extensions/spark/kyuubi-spark-authz/pom.xml
+++ b/extensions/spark/kyuubi-spark-authz/pom.xml
@@ -297,6 +297,11 @@
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.scala-lang.modules</groupId>
+
<artifactId>scala-collection-compat_${scala.binary.version}</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>
diff --git a/pom.xml b/pom.xml
index 02ae8cbcf..c67eb73b8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -101,6 +101,7 @@
<maven.compiler.target>${java.version}</maven.compiler.target>
<scala.version>2.12.17</scala.version>
<scala.binary.version>2.12</scala.binary.version>
+
<scala-collection-compat.version>2.8.1</scala-collection-compat.version>
<antlr4.version>4.8</antlr4.version>
<apache.archive.dist>https://archive.apache.org/dist</apache.archive.dist>
@@ -141,7 +142,7 @@
<httpclient.version>4.5.13</httpclient.version>
<httpcore.version>4.4.15</httpcore.version>
<hudi.version>0.12.0</hudi.version>
- <iceberg.version>0.14.1</iceberg.version>
+ <iceberg.version>1.0.0</iceberg.version>
<jackson.version>2.13.4</jackson.version>
<jakarta.servlet-api.version>4.0.4</jakarta.servlet-api.version>
<jakarta.xml-bind.version>2.3.2</jakarta.xml-bind.version>
@@ -311,6 +312,12 @@
<version>${scala.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.scala-lang.modules</groupId>
+
<artifactId>scala-collection-compat_${scala.binary.version}</artifactId>
+ <version>${scala-collection-compat.version}</version>
+ </dependency>
+
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-client-api</artifactId>