You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/10/10 03:36:41 UTC

[GitHub] [hudi] xushiyan commented on pull request #6874: [HUDI-4995] Fix dependency conflicts bundle with several http clients

xushiyan commented on PR #6874:
URL: https://github.com/apache/hudi/pull/6874#issuecomment-1272746133

   @parisni thanks for putting up the fix! However, it is not complete because only shading it in spark bundle affect its usage with other bundles, which also include httpcomponents without shading. it'll likely result in class not found due to 1 bundle looking for shaded class and the other looking for original class name. I'll raise a follow up PR.


-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org