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 b87e95d  [HUDI-3476] Remove the shade pattern for parquet for flink 
bundle jar (#4869)
b87e95d is described below

commit b87e95d621e9fd2d1aebca4c49f599b6437aaf83
Author: Danny Chan <[email protected]>
AuthorDate: Tue Feb 22 19:21:57 2022 +0800

    [HUDI-3476] Remove the shade pattern for parquet for flink bundle jar 
(#4869)
---
 packaging/hudi-flink-bundle/pom.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/packaging/hudi-flink-bundle/pom.xml 
b/packaging/hudi-flink-bundle/pom.xml
index c4e57db..509ea0f 100644
--- a/packaging/hudi-flink-bundle/pom.xml
+++ b/packaging/hudi-flink-bundle/pom.xml
@@ -162,10 +162,6 @@
                   
<shadedPattern>${flink.bundle.shade.prefix}org.apache.avro.</shadedPattern>
                 </relocation>
                 <relocation>
-                  <pattern>org.apache.parquet.</pattern>
-                  
<shadedPattern>${flink.bundle.shade.prefix}org.apache.parquet.</shadedPattern>
-                </relocation>
-                <relocation>
                   <pattern>com.yammer.metrics.</pattern>
                   
<shadedPattern>${flink.bundle.shade.prefix}com.yammer.metrics.</shadedPattern>
                 </relocation>

Reply via email to