zhangbutao commented on code in PR #5981: URL: https://github.com/apache/hive/pull/5981#discussion_r2209478104
########## jdbc/pom.xml: ########## @@ -328,7 +335,14 @@ <exclude>dnsjava:*</exclude> <exclude>io.airlift:*</exclude> <exclude>io.dropwizard.metrics:*</exclude> - <exclude>io.netty:*</exclude> + <exclude>io.netty:netty-handler</exclude> Review Comment: @ayushtkn @abstractdog Could you help to check if this change would cause regression for HIVE-24138? I just included `io.netty:netty-common` to fix the `NoClassDefFoundError: io/netty/util/NetUtil when using hive jdbc standalone jar`. Thanks. -- 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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org