zhangxinyao88 commented on PR #57779: URL: https://github.com/apache/spark/pull/57779#issuecomment-5228612167
Hi @anupamme — I only came across this PR after opening #57872. It takes the same approach and keeps the `hadoop-huaweicloud` exclusion from `hadoop-cloud-storage`. I hit the same dependency check and found two more transitive entries that need to go: `esdk-obs-java` and `java-xmlbuilder` from the dependency manifest, plus `java-xmlbuilder` from `LICENSE-binary`. I pushed that follow-up in https://github.com/zhangxinyao88/spark/commit/8fc414a9206e7765a80bc0196bee470ee83d9f27, and the License and Dependencies tests are now green: https://github.com/zhangxinyao88/spark/actions/runs/31277824689/job/93154558709 Happy to avoid duplicating work. Please feel free to use that commit here; otherwise, I will move #57872 out of draft once the rest of CI finishes. Whatever works best for you and the maintainers. -- 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]
