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

   ### What changes were proposed in this pull request?
   
   This PR aims to upgrade `jnr-posix` test dependency to 3.2.1.
   
   ### Why are the changes needed?
   
   - [Release 3.2.0](https://github.com/jnr/jnr-posix/releases/tag/3.2.0) 
(2026-06-26)
   - [Release 3.2.1](https://github.com/jnr/jnr-posix/releases/tag/3.2.1) 
(2026-06-27)
   
   `jnr-posix` is a test-only dependency used by `DiskBlockManagerSuite` to 
get/set
   the process umask (SPARK-37618). The 3.2.x line brings:
   
   - `jnr-ffi` 2.2.11 -> 2.3.0 (internal ASM 9.2 -> 9.10.1) for better modern 
JDK
     class-file support
   - JPMS module visibility improvements on newer JDKs
   - Fallback to avoid `UnsatisfiedLinkError` on musl-based systems (Alpine)
   - RISC-V64 and LoongArch64 support
   - Temp-directory vulnerability fixes
   
   ### Does this PR introduce _any_ user-facing change?
   
   No. This is a test-only dependency.
   
   ### How was this patch tested?
   
   Pass the CIs.
   
   ### Was this patch authored or co-authored using generative AI tooling?
   
   Generated-by: Claude Fable 5


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