xiaolongge904913 commented on issue #3042:
URL: https://github.com/apache/hudi/issues/3042#issuecomment-1174576304
By add the following configuration to the
packaging/hudi-flink-bundle/pom.xml,and package it yourself
```
<relocation>
<pattern>org.apache.parquet</pattern>
<shadedPattern>${flink.bundle.shade.prefix}org.apache.parquet</shadedPattern>
</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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]