CTTY commented on code in PR #10223:
URL: https://github.com/apache/hudi/pull/10223#discussion_r1412720275
##########
hudi-common/pom.xml:
##########
@@ -261,10 +265,6 @@
<groupId>tomcat</groupId>
<artifactId>*</artifactId>
</exclusion>
- <exclusion>
- <groupId>org.apache.hbase.thirdparty</groupId>
- <artifactId>hbase-shaded-jetty</artifactId>
- </exclusion>
Review Comment:
Hi @danny0405, thanks for helping out but this PR is still WIP.
Hudi uses `hbase-shaded-netty` from hbase thirdparty package and the netty
is outdated there. Even the latest OSS hbase thirdparty won't have the fixed
netty version. I'm still trying to figure out how to exclude netty from that
shaded package
--
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]