pan3793 commented on code in PR #38999:
URL: https://github.com/apache/spark/pull/38999#discussion_r1044216024
##########
pom.xml:
##########
@@ -3229,17 +3229,6 @@
<artifactSet>
<includes>
<include>org.spark-project.spark:unused</include>
- <include>org.eclipse.jetty:jetty-io</include>
Review Comment:
Not exactly, jetty classes should be included into `core` only, but
relocation is required for all modules, otherwise, other modules like `sql`
reference the vanilla jetty classes but `core` ships relocated jetty classes.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]