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

danny0405 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git


The following commit(s) were added to refs/heads/master by this push:
     new 066887ae5b88 [MINOR] Remove duplicate shade relocation (#17841)
066887ae5b88 is described below

commit 066887ae5b88989b6869c57a3c56137319bbd029
Author: majian <[email protected]>
AuthorDate: Thu Jan 15 11:12:13 2026 +0800

    [MINOR] Remove duplicate shade relocation (#17841)
---
 packaging/hudi-presto-bundle/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/packaging/hudi-presto-bundle/pom.xml 
b/packaging/hudi-presto-bundle/pom.xml
index 0b031024cc81..b5f889c4bbab 100644
--- a/packaging/hudi-presto-bundle/pom.xml
+++ b/packaging/hudi-presto-bundle/pom.xml
@@ -104,11 +104,6 @@
                   <pattern>org.objenesis.</pattern>
                   <shadedPattern>org.apache.hudi.org.objenesis.</shadedPattern>
                 </relocation>
-
-                <relocation>
-                  <pattern>org.apache.parquet.avro.</pattern>
-                  
<shadedPattern>org.apache.hudi.org.apache.parquet.avro.</shadedPattern>
-                </relocation>
                 <relocation>
                   <pattern>org.apache.avro.</pattern>
                   
<shadedPattern>org.apache.hudi.org.apache.avro.</shadedPattern>

Reply via email to