Skip to content

Commit d6c4a2f

Browse files
zhuangchongLiebingYu
authored andcommitted
[iceberg] Fix iceberg aws glue catalog class not found. (apache#2038)
1 parent 8fe7b5d commit d6c4a2f

File tree

1 file changed

+0
-19
lines changed
  • fluss-lake/fluss-lake-iceberg

1 file changed

+0
-19
lines changed

fluss-lake/fluss-lake-iceberg/pom.xml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -318,31 +318,12 @@
318318
<include>*:*</include>
319319
</includes>
320320
</artifactSet>
321-
<relocations>
322-
<!-- Shade Iceberg to Fluss namespace for complete isolation -->
323-
<relocation>
324-
<pattern>org.apache.iceberg</pattern>
325-
<shadedPattern>org.apache.fluss.lake.iceberg.shaded.org.apache.iceberg</shadedPattern>
326-
</relocation>
327-
<!-- Shade Jackson to Fluss namespace -->
328-
<relocation>
329-
<pattern>com.fasterxml.jackson</pattern>
330-
<shadedPattern>org.apache.fluss.lake.iceberg.shaded.com.fasterxml.jackson</shadedPattern>
331-
</relocation>
332-
<!-- Shade Parquet to Fluss namespace -->
333-
<relocation>
334-
<pattern>org.apache.parquet</pattern>
335-
<shadedPattern>org.apache.fluss.lake.iceberg.shaded.org.apache.parquet</shadedPattern>
336-
</relocation>
337-
</relocations>
338321
<filters>
339322
<filter>
340323
<artifact>*</artifact>
341324
<excludes>
342325
<exclude>LICENSE</exclude>
343326
<exclude>NOTICE</exclude>
344-
<!-- Exclude multi-release JAR versions that cause shading issues -->
345-
<exclude>META-INF/versions/**</exclude>
346327
</excludes>
347328
</filter>
348329
</filters>

0 commit comments

Comments
 (0)