Skip to content

Commit 87dd1df

Browse files
committed
[KYUUBI #2813] Bump Iceberg 0.13.2
### _Why are the changes needed?_ Test against Apache Iceberg 0.13.2 RC1 https://www.mail-archive.com/deviceberg.apache.org/msg03541.html Updated 0.13.2 RC1 became 0.13.2 https://www.mail-archive.com/deviceberg.apache.org/msg03578.html ### _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 #2813 from pan3793/iceberg-0.13.2. Closes #2813 2766f6c [Cheng Pan] Update pom.xml 8cf5122 [Cheng Pan] Bump Iceberg 0.13.2 RC1 Authored-by: Cheng Pan <chengpan@apache.org> Signed-off-by: Cheng Pan <chengpan@apache.org>
1 parent cb48338 commit 87dd1df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
<httpclient.version>4.5.13</httpclient.version>
134134
<hudi.version>0.11.0</hudi.version>
135135
<iceberg.name>iceberg-spark-runtime-3.2_${scala.binary.version}</iceberg.name>
136-
<iceberg.version>0.13.1</iceberg.version>
136+
<iceberg.version>0.13.2</iceberg.version>
137137
<jackson.version>2.13.3</jackson.version>
138138
<jakarta.servlet-api.version>4.0.4</jakarta.servlet-api.version>
139139
<jakarta.xml-bind.version>2.3.2</jakarta.xml-bind.version>

0 commit comments

Comments
 (0)