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/kyuubi.git
The following commit(s) were added to refs/heads/master by this push:
new fc8460b89 [KYUUBI #4883] Bump Iceberg 1.3.0
fc8460b89 is described below
commit fc8460b89118f3845e31dfe3fef61e43d3ca4437
Author: Cheng Pan <[email protected]>
AuthorDate: Thu Jun 1 16:04:50 2023 +0800
[KYUUBI #4883] Bump Iceberg 1.3.0
### _Why are the changes needed?_
Iceberg 1.3.0 was released a few days ago, it brings support for Spark 3.4
https://iceberg.apache.org/releases/#130-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.readthedocs.io/en/master/develop_tools/testing.html#running-tests)
locally before make a pull request
Closes #4883 from pan3793/iceberg-1.3.
Closes #4883
06545ce0e [Cheng Pan] ignore iceberg test for spark 3.4
6fd4901a5 [Cheng Pan] Bump Iceberg 1.3.0
Authored-by: Cheng Pan <[email protected]>
Signed-off-by: Cheng Pan <[email protected]>
---
pom.xml | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 306684ec6..fa1cc7c02 100644
--- a/pom.xml
+++ b/pom.xml
@@ -157,7 +157,7 @@
<hive.archive.download.skip>false</hive.archive.download.skip>
<httpclient.version>4.5.14</httpclient.version>
<httpcore.version>4.4.16</httpcore.version>
- <iceberg.version>1.2.0</iceberg.version>
+ <iceberg.version>1.3.0</iceberg.version>
<jackson.version>2.15.0</jackson.version>
<jakarta.servlet-api.version>4.0.4</jakarta.servlet-api.version>
<jakarta.xml-bind.version>2.3.2</jakarta.xml-bind.version>
@@ -2165,8 +2165,7 @@
<properties>
<delta.version>2.4.0</delta.version>
<spark.version>3.4.0</spark.version>
- <!-- FIXME: used for constructing Iceberg artifact name,
correct it once Iceberg supports Spark 3.4 -->
- <spark.binary.version>3.3</spark.binary.version>
+ <spark.binary.version>3.4</spark.binary.version>
<maven.plugin.scalatest.exclude.tags>org.scalatest.tags.Slow,org.apache.kyuubi.tags.IcebergTest</maven.plugin.scalatest.exclude.tags>
</properties>
</profile>