pan3793 commented on PR #47378:
URL: https://github.com/apache/spark/pull/47378#issuecomment-2232246362

   I remember there are issues for maven to consume a shaded module in the same 
project. i.e. you must run `mvn install -pl <shaded-module>` first, otherwise 
`mvn test` or `mvn package` can not see the shaded classes. that's why some 
apache projects use maven as building system creating a dedicated git repo to 
manage the shaded deps, e.g.
   https://github.com/apache/ratis-thirdparty
   https://github.com/apache/hadoop-thirdparty
   https://github.com/apache/hbase-thirdparty
   https://github.com/apache/kyuubi-shaded
   https://github.com/apache/flink-shaded
   


-- 
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]

Reply via email to