xushiyan commented on code in PR #5625:
URL: https://github.com/apache/hudi/pull/5625#discussion_r881588154
##########
packaging/hudi-flink-bundle/pom.xml:
##########
@@ -289,6 +289,10 @@
<shadedPattern>org.apache.hudi.org.apache.hadoop.metrics2.util.MetricSampleQuantiles
</shadedPattern>
</relocation>
+ <relocation>
+ <pattern>org.apache.hadoop.hive.serde2.</pattern>
+
<shadedPattern>${flink.bundle.shade.prefix}org.apache.hadoop.hive.serde2.</shadedPattern>
+ </relocation>
Review Comment:
@gaogao110 from the ticket it reports as a problem in 0.10.1. Does this also
fix master version ?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]