dongjoon-hyun opened a new pull request, #56918:
URL: https://github.com/apache/spark/pull/56918

   ### What changes were proposed in this pull request?
   
   This PR excludes the `stax:stax-api` transitive dependency (pulled in by 
`org.apache.hive:hive-exec`) from the binary distribution, and updates 
`dev/deps` and `LICENSE-binary` accordingly.
   
   ### Why are the changes needed?
   
   `stax:stax-api` provides the `javax.xml.stream` API, which the JDK has 
bundled since Java 6 (in the `java.xml` module since Java 9). On Java 17+, the 
jar is never loaded and is pure dead weight.
   
   ### Does this PR introduce _any_ user-facing change?
   
   No.
   
   ### How was this patch tested?
   
   Regenerated the manifest via `./dev/test-dependencies.sh --replace-manifest` 
and confirmed the only change is dropping `stax-api-1.0.1.jar`.
   
   ### Was this patch authored or co-authored using generative AI tooling?
   
   Generated-by: Claude Opus 4.8


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