Skip to content

Commit

Permalink
[AMORO-2525] Fix bug #2525 - When using Flink api to write data into …
Browse files Browse the repository at this point in the history
…mix-iceberg table, it will update the table metadata to incorrect value (#2529)

Fix bug #2525 - When using Flink api to write data into mix-iceberg table, it will update the table metadata to incorrect value

(cherry picked from commit 9703f15)
Signed-off-by: zhoujinsong <[email protected]>
  • Loading branch information
GavinH1984 authored and zhoujinsong committed Feb 6, 2024
1 parent 7d7ade5 commit e69c97b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flink/v1.15/flink-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,9 @@
<pattern>org.apache.iceberg.</pattern>
<shadedPattern>com.netease.arctic.shaded.org.apache.iceberg.
</shadedPattern>
<excludes>
<exclude>org.apache.iceberg.mr.hive.*</exclude>
</excludes>
</relocation>
<!-- parquet -->
<relocation>
Expand Down
3 changes: 3 additions & 0 deletions flink/v1.16/flink-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,9 @@
<pattern>org.apache.iceberg.</pattern>
<shadedPattern>com.netease.arctic.shaded.org.apache.iceberg.
</shadedPattern>
<excludes>
<exclude>org.apache.iceberg.mr.hive.*</exclude>
</excludes>
</relocation>
<!-- parquet -->
<relocation>
Expand Down
3 changes: 3 additions & 0 deletions flink/v1.17/flink-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,9 @@
<pattern>org.apache.iceberg.</pattern>
<shadedPattern>com.netease.arctic.shaded.org.apache.iceberg.
</shadedPattern>
<excludes>
<exclude>org.apache.iceberg.mr.hive.*</exclude>
</excludes>
</relocation>
<!-- parquet -->
<relocation>
Expand Down

0 comments on commit e69c97b

Please sign in to comment.