Skip to content

Commit 6ef21b6

Browse files
author
xianxing
committed
[bugfix][kudu] fix postgresql dimension table appear class conflict error when kudu as sink table
1 parent efbf119 commit 6ef21b6

File tree

1 file changed

+4
-0
lines changed
  • chunjun-connectors/chunjun-connector-kudu

1 file changed

+4
-0
lines changed

chunjun-connectors/chunjun-connector-kudu/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@
6969
</filter>
7070
</filters>
7171
<relocations>
72+
<relocation>
73+
<pattern>io.netty</pattern>
74+
<shadedPattern>shade.kudu.io.netty</shadedPattern>
75+
</relocation>
7276
<relocation>
7377
<pattern>com.google.common</pattern>
7478
<shadedPattern>shade.core.com.google.common</shadedPattern>

0 commit comments

Comments
 (0)