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 397c0572178 [HUDI-7435] Remove shaded of codahale metrics in flink 
bundle (#10723)
397c0572178 is described below

commit 397c0572178f6203912ce750a8b95ade5b0923ca
Author: stream2000 <[email protected]>
AuthorDate: Thu Feb 22 10:42:51 2024 +0800

    [HUDI-7435] Remove shaded of codahale metrics in flink bundle (#10723)
---
 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 23a21371d6d..e96dfb3b222 100644
--- a/packaging/hudi-flink-bundle/pom.xml
+++ b/packaging/hudi-flink-bundle/pom.xml
@@ -194,10 +194,6 @@
                   <pattern>com.beust.jcommander.</pattern>
                   
<shadedPattern>${flink.bundle.shade.prefix}com.beust.jcommander.</shadedPattern>
                 </relocation>
-                <relocation>
-                  <pattern>com.codahale.metrics.</pattern>
-                  
<shadedPattern>${flink.bundle.shade.prefix}com.codahale.metrics.</shadedPattern>
-                </relocation>
                 <relocation>
                   <pattern>org.apache.commons.codec.</pattern>
                   
<shadedPattern>${flink.bundle.shade.prefix}org.apache.commons.codec.</shadedPattern>

Reply via email to