This is an automated email from the ASF dual-hosted git repository.
chengpan pushed a commit to branch branch-1.8
in repository https://gitbox.apache.org/repos/asf/kyuubi.git
The following commit(s) were added to refs/heads/branch-1.8 by this push:
new 45d3f3922 [KYUUBI #5250] [TEST] Bump Iceberg from 1.3.0 to 1.3.1
45d3f3922 is described below
commit 45d3f3922a65b77b685c47a8fce6c730998270ca
Author: chenliang.lu <[email protected]>
AuthorDate: Mon Sep 4 21:35:28 2023 +0800
[KYUUBI #5250] [TEST] Bump Iceberg from 1.3.0 to 1.3.1
### _Why are the changes needed?_
https://github.com/apache/iceberg/releases/tag/apache-iceberg-1.3.1
### _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/contributing/code/testing.html#running-tests)
locally before make a pull request
### _Was this patch authored or co-authored using generative AI tooling?_
No
Closes #5250 from yabola/auto_ci.
Closes #5250
85f2625a5 [chenliang.lu] [minor] update iceberg version
Authored-by: chenliang.lu <[email protected]>
Signed-off-by: Cheng Pan <[email protected]>
(cherry picked from commit ea44fb88eac54a799a84fb24fc9ce942e9315420)
Signed-off-by: Cheng Pan <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 9ded97e99..dec2311bd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -158,7 +158,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.3.0</iceberg.version>
+ <iceberg.version>1.3.1</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>