Skip to content

Commit cdd3775

Browse files
committed
ODP-2118: Hudi, DeltaLake, Iceberg version upgrade for open table client.
### What changes were proposed in this pull request? Update `kubernetes-client` from 6.10.0 to 6.11.0 ### Why are the changes needed? [Release notes for 6.11.0](https://github.com/fabric8io/kubernetes-client/releases/tag/v6.11.0) ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass GA ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#45707 from bjornjorgensen/kub-client6.11.0. Authored-by: Bjørn Jørgensen <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]> (cherry picked from commit 7b9b3cb) (cherry picked from commit 06e2b2e)
1 parent 088a205 commit cdd3775

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assembly/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@
9090
<artifactId>hudi-spark3.5-bundle_${scala.binary.version}</artifactId>
9191
<version>${hudi.version}</version>
9292
</dependency>
93-
<!-- Commenting out to avoid Build error "Found Banned Dependency: org.apache.iceberg:iceberg-spark-runtime-3.3_2.12:jar:1.5.0"
94-
-->
93+
Commenting out to avoid Build error "Found Banned Dependency: org.apache.iceberg:iceberg-spark-runtime-3.3_2.12:jar:1.5.0"
94+
9595
<dependency>
9696
<groupId>org.apache.iceberg</groupId>
9797
<artifactId>iceberg-spark-runtime-3.5_2.12</artifactId>

0 commit comments

Comments
 (0)