You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2021/11/25 07:57:35 UTC

[GitHub] [hudi] danny0405 commented on a change in pull request #4104: [HUDI-2851] Shade org.apache.hadoop.hive.ql.optimizer package for flink bundle jar

danny0405 commented on a change in pull request #4104:
URL: https://github.com/apache/hudi/pull/4104#discussion_r756645335



##########
File path: packaging/hudi-flink-bundle/pom.xml
##########
@@ -216,6 +220,10 @@
                   <pattern>org.eclipse.jetty.</pattern>
                   <shadedPattern>${flink.bundle.shade.prefix}org.apache.jetty.</shadedPattern>
                 </relocation>
+                <relocation>
+                  <pattern>com.esotericsoftware.</pattern>
+                  <shadedPattern>${flink.bundle.shade.prefix}com.esotericsoftware.</shadedPattern>

Review comment:
       Remove this relocation.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org