This is an automated email from the ASF dual-hosted git repository.

yuxia pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluss.git


The following commit(s) were added to refs/heads/main by this push:
     new a4291705d [iceberg] Fix iceberg aws glue catalog class not found. 
(#2038)
a4291705d is described below

commit a4291705d52e0a2b87c2559221c51a028e325656
Author: Kerwin <[email protected]>
AuthorDate: Fri Dec 5 13:50:40 2025 +0800

    [iceberg] Fix iceberg aws glue catalog class not found. (#2038)
---
 fluss-lake/fluss-lake-iceberg/pom.xml | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/fluss-lake/fluss-lake-iceberg/pom.xml 
b/fluss-lake/fluss-lake-iceberg/pom.xml
index 2598971dd..51b0f7cdd 100644
--- a/fluss-lake/fluss-lake-iceberg/pom.xml
+++ b/fluss-lake/fluss-lake-iceberg/pom.xml
@@ -318,31 +318,12 @@
                                     <include>*:*</include>
                                 </includes>
                             </artifactSet>
-                            <relocations>
-                                <!-- Shade Iceberg to Fluss namespace for 
complete isolation -->
-                                <relocation>
-                                    <pattern>org.apache.iceberg</pattern>
-                                    
<shadedPattern>org.apache.fluss.lake.iceberg.shaded.org.apache.iceberg</shadedPattern>
-                                </relocation>
-                                <!-- Shade Jackson to Fluss namespace -->
-                                <relocation>
-                                    <pattern>com.fasterxml.jackson</pattern>
-                                    
<shadedPattern>org.apache.fluss.lake.iceberg.shaded.com.fasterxml.jackson</shadedPattern>
-                                </relocation>
-                                <!-- Shade Parquet to Fluss namespace -->
-                                <relocation>
-                                    <pattern>org.apache.parquet</pattern>
-                                    
<shadedPattern>org.apache.fluss.lake.iceberg.shaded.org.apache.parquet</shadedPattern>
-                                </relocation>
-                            </relocations>
                             <filters>
                                 <filter>
                                     <artifact>*</artifact>
                                     <excludes>
                                         <exclude>LICENSE</exclude>
                                         <exclude>NOTICE</exclude>
-                                        <!-- Exclude multi-release JAR 
versions that cause shading issues -->
-                                        <exclude>META-INF/versions/**</exclude>
                                     </excludes>
                                 </filter>
                             </filters>

Reply via email to