ad1happy2go commented on issue #10084:
URL: https://github.com/apache/hudi/issues/10084#issuecomment-1811795799
@Jackkaabe This happens due to conflict with the parquet dependency.
You can try shade the parquet jars and rebuild it by adding following
configuration to the Flink-bundle pom.xml.
```
<relocation>
<pattern>org.apache.parquet</pattern>
<shadedPattern>${flink.bundle.shade.prefix}org.apache.parquet</shadedPattern>
</relocation>
```
cc @danny0405
--
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]